This is a discussion on suggested minor improvement to ssh argument parsing within the OpenSSH Development forums, part of the Networking and Network Related category; Hi, I use "ssh" often, and within bash I find it useful to define the IP address in &...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
Hi,
I use "ssh" often, and within bash I find it useful to define the IP address in "/etc/hosts" and then use the bash auto-complete feature for the hsot name. For this to work bash needs to see a "@" in front of the host name. This works perfectly for a command like "ssh user@host". However if I want to use the current user by default, I can't get the bash to auto complete the hostname. My suggestion is to allow ssh to accept the hostname like this "ssh @host" as well as the current "ssh host". This would enable the bash auto-complete function to work. I hope someone likes this idea enough to make it happen. Thanks, John Vincent. __________________________________________________ _______________ The next generation of Windows Live is here http://www.windowslive.co.uk/get-live _______________________________________________ openssh-unix-dev mailing list openssh-unix-dev@mindrot.org https://lists.mindrot.org/mailman/li...enssh-unix-dev |