Linux常用命令使用端口的小结(linux运维常用命令)

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

标签:

上一篇LNMP的配置(lnmp搭建)
下一篇通过iptables的SNAT功能实现内网主机共享上网

相关文章