Windows 上用putty 和 SwitchySharp [转自同事]
Posted Chris_math
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Windows 上用putty 和 SwitchySharp [转自同事]相关的知识,希望对你有一定的参考价值。
背景:
1.拥有SSH账号 & id_rsa & ip & 用户名
2.window系统
3.putty & SwitchySharp(或SwitchyOmega)
putty_cn:https://github.com/larryli/PuTTY/releases/tag/portable-putty-0.70cn
putty_en:https://www.chiark.greenend.org.uk/~sgtatham/putty/latest.html
百度网盘:链接:https://pan.baidu.com/s/1smvYHkT 密码:e6tt
SwitchySharp(或SwitchyOmega)百度网盘:链接:https://pan.baidu.com/s/1qZNfgUK 密码:qtoz
步骤:
1.利用id_rsa在puttygen.exe制作私钥
点击File,Load private key,导入id_rsa文件,然后sava private key,生成一个后缀为ppk的文件,比如起名为key.ppk,这个文件妥善保存。
2.配置putty
配置host & ip
host name: xxx(用户名)@ip
导入key.ppk
点选Dynamic,然后点击 Add
配置完成,回到Session,点 save,在点open,跳出下面这个窗口说明配置成功
3.Google浏览器上配置SwitchySharp(或SwitchyOmega)
完成!
注意:一个ssh账号不能同时两台电脑使用
以上是关于Windows 上用putty 和 SwitchySharp [转自同事]的主要内容,如果未能解决你的问题,请参考以下文章
windows 下 putty 登陆服务器 显示matlab图形界面