I have an SSH access to a lot of servers. And all that hostnames (and sometimes usernames) are long and hard to remember. Also even if I tweak my Terminal to keep eternal bash history, the using of history | grep ssh
every time doesn't seem to be cool.
- How to config my bash or ssh to store user/host to be usable via something like autocomplete?
- Is there any recommendation specific to Mac OS X (Snow Leopard)?