wiki'd

by JoKeru

SSH Auto-Completion in BASH

[cc lang='bash']
# put any hosts you want to complete in your /etc/hosts
\$ apt-get install bash-completion
\$ vi /etc/bash.bashrc # un-comment bash completion
[/cc]

Comments