ssh -p52113 shnne@192.168.1.103
scp -P52113 /etc/hosts shnne@192.168.1.103:/tmp
sftp -oPort=52113 shnne@192.168.1.103
ssh-copy-id -i id_dsa.pub "-P 52113 shnne@192.168.1.103"
rsync -avz -e ‘ssh -p 22’ /etc/hosts 192.168.1.103:~
mysql -uroot -p’123456’ -h 192.168.1.103 -P 3307