Daily Archives: 2009/07/29

Dealing with ssh “hidden” stuff: config file

If you use ssh a lot, you may sometimes feel tired giving same options all the time for the same server. For example if you have an account ‘alpha’ on a server called ‘tarentula’ you may use the following command: ssh alpha@tarentula You may simplify your life: insert the following lines into your .ssh/config: Host [...]