Sponsored by Dragon Age: Origins
Follow the Dragon Age: Origins development team on Twitter view!
twitter.com/DragonAge - EA presents BioWare's new dark fantasy epic Dragon Age: Origins. '9/10' from Game Informer.
4 Comments
- MrOss, on 11/08/2008, -0/+1Great information, thanks for sharing. I have tested all of your theories on my system
1.
root@slackware:~# ssh -l user192.168.0.1 hostname
cliff@192.168.0.1's password:
slackware
root@slackware:~#
It reports the hostname and ends the session
2.
user@slackware:~$ ssh 192.168.0.1 /bin/bash
user@192.168.0.1's password:
hangs indefinitely without allowing entry to interactive shell
3.
ssh -T 192.168.0.1
user@192.168.0.1's password:
hangs indefinitely without allowing entry to interactive shell
I should put a catch under the pts section to exit out if the tty is not pts to avoid the hang.
Great points, I will keep tinkering with this to see if I can break it. I tried to execute ssh host /bin/ksh but that one just hung also.
Thanks for your input - dotCOMmie, on 11/08/2008, -0/+1I think the commercial SSH server supports multifactor authentication key+password. I wish the openssh server also did.
- linuts, on 11/08/2008, -0/+1offs, angle brackets get chopped
ssh host hostname
ssh host /bin/bash
ssh -T host - linuts, on 11/08/2008, -0/+1This is fairly easy to get around. ssh commands get run:
ssh hostname
And to get a shell, albeit without the standard shell prompts:
ssh /bin/bash
Another ugly, but effective work around:
ssh -T



What is Digg?