Monday, January 28, 2008

host-specify config in ssh

To override some config in ssh, add lines in ~./ssh/config. Useful to specify a port for example:

Host 10.52.143.150
Port 22

No comments: