Windows自带SSH.exe登录SSHD

1、密码登录:ssh -p22 user@ip
2、id_rsa私钥登录:ssh -i%userprofile%\.ssh\id_rsa -p22 user@ip
3、端口转发(将本地13306的请求,通过sshIP转发到rIP:3306上):ssh -L 13306:rIP:3306 -p 22 sshUser@sshIP

Tty725 说:
欢迎转载,但请注明内容的来源或URL;
[转]”篇章,必须保留原始来源且勿添加本blog指向。
原文地址:https://www.cnblogs.com/Tty725/p/15731462.html