On Wednesday 08 November 2006 05:52, Mick wrote: > I use this as it is trivial to edit the sshd port No on > /etc/ssh/sshd_config and /etc/ssh/ssh_config on the client. However, > you need to change the ssh client port back to 22 (or specify it on the > command line) next time you connect to a production server.
I use different ports for sshd on all my server. You can just add them to ~/.ssh/config once. It work like /etc/ssh/ssh_config. You can add per host settings by doing something like this: ---- Host <<Hostname>> Port <<Port>> ---- read: $ man 5 ssh_config -- Jesper 11:47:46 up 1 day, 3:59, 5 users, load average: 0.51, 0.66, 0.60 -- gentoo-user@gentoo.org mailing list