5
Stupid SSH Tricks: A Better Hosts File
Posted by Paul on June 21, 2008 in Uncategorized
I’ve been noodling with SSH to make my life easier at work. One thing I found out about was how to make host aliases in your SSH config file. (It’s usually located at ~/.ssh/config). And it’s pretty easy to do. Here’s an example: Host webhost User host_user HostName example.com IdentityFile ~/.ssh/some_id_dsa The reason this is [...]