mac ssh 登录serv00

如题,今天刷L站,看到很多佬友说serv00 登录ssh登录不成功了,评论里也有佬给出解决方案如 webssh 登录。不过本地Mac 可以使用以下方式登录:

brew install proxytunnel
ssh -o "ProxyCommand=proxytunnel -p 127.0.0.1:7890 -d %h:%p" [email protected]

Mac 自带的nc命令,不支持 nc -X ,因此需要安装 proxytunnel工具,使用proxytunnel 登录即可;

其中第二行的 7890 为clash提供的端口,如使用其他客户端,自行更改即可;

serv00 ssh无法连接

3 个赞

看到帖子被引用了,就进来瞅瞅 :joy:

我都是直接配个 ssh 的 config
路径
image

Host serv00
HostName. s13.serv00.com
Port 22
User. [User]
IdentityFile. 
PreferredAuthentications. 
ProxyCommand. n c -x 192.168.0.58:9999 %h %p
2 个赞

此话题已在最后回复的 30 天后被自动关闭。不再允许新回复。