ubuntu 通过http代理连接ssh

it2023-01-18  53

一、http代理连接

1. 安装corkscrew

apt install corkscrew

2. ssh连接

2.1 方式一:配置ssh文件

sudo vim ~/.ssh/config Host 192.168.*.* ProxyCommand corkscrew fd00:6868:6868:1111::1 19969 %h %p ~/.ssh/proxyauth

配置完重启ssh服务

sudo service ssh restart

现在直接可以ssh代理连接到192.168.31.3

ssh -p 22 liujiawie@192.168.31.3

2.2 方式二:ssh连接

<
最新回复(0)