我的步骤:
先brew install libressl
然后clone一个openssh
git clone git://anongit.mindrot.org/openssh.git
cd openssh
autoreconf
./configure --with-ssl-dir=/usr/local/Cellar/libressl/2.4.3 --with-ssh1 --prefix=/usr/local/openssh
make
sudo make install
下载welly源码,打开WLPTY.m
替换:
--- fmt = @"/usr/bin/ssh -o Protocol=2,1 -p %2$@ -x %1$@";
+++ fmt = @"/usr/local/openssh/bin/ssh -o Protocol=2,1 -p %2$@ -x %1$@";
【 在 Scateu (呜哈哈) 的大作中提到: 】
:
https://bbs.pku.edu.cn/v2/post-read.php?bid=488&threadid=15901249: 刚用这个有效
--
FROM 60.24.86.*