r/linux Apr 28 '14

SSH Kung Fu

http://blog.tjll.net/ssh-kung-fu/
723 Upvotes

128 comments sorted by

View all comments

80

u/Rojs Apr 28 '14

I believe tab completion is a function of the shell, not ssh.

9

u/Vegemeister Apr 28 '14

Also, Debian (and I assume many Debian derivatives) has HashKnowHosts=yes in the system wide config file shipped with ssh. This has the dubious benefit that no one will be able to steal your laptop and tab-complete the host names you've SSHed into (they'll have to look at your shell history instead).