ssh-win10


ssh远程登录linux系统(win10)

  1. 安装openssh

    参考reference1.

  2. 输入ssh,如果出现下图的执行结果,则安装成功

  3. 通过ssh对远程linux系统进行访问(密钥加密)。

    ssh -i 私钥位置 host@ip_addr -p port
  1. 通过ssh进行tunnel转发

    ssh -L port1:127.0.0.1:port1 -L port2:127.0.0.1:port2 usrname@ip_addr -p port

    `在浏览器上输入localhost:port1进行浏览

Rerference

1.https://blog.csdn.net/weixin_41601114/article/details/108052922?utm_medium=distribute.pc_relevant_t0.none-task-blog-BlogCommendFromMachineLearnPai2-1.channel_param&depth_1-utm_source=distribute.pc_relevant_t0.none-task-blog-BlogCommendFromMachineLearnPai2-1.channel_param


Author: WeiRuoHe
Reprint policy: All articles in this blog are used except for special statements CC BY 4.0 reprint polocy. If reproduced, please indicate source WeiRuoHe !
  TOC