Ted Creedon wrote: > If Port is set to 422 in /etc/ssh/ssh_config, ssh client still tries to use > port 22. ssh -p 422 localhost does work however becasue Port is set to 422 > in sshd_config Sounds like what you want is /etc/ssh/config or ~/.ssh/config to include something like: localhost: Port 422 -matt