You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Kermit 95 2.1.3 should do it, so 3.0 ought to as well. The implementation needs to go into ssh_open_socket(char*,char*) in ckossh.c.
The old version of ckossh.c likely has the required code. Looks like you just call various SOCKS functions rather than the regular ones (eg, SOCKSconnect instead of connect):
Kermit 95 2.1.3 should do it, so 3.0 ought to as well. The implementation needs to go into
ssh_open_socket(char*,char*)
in ckossh.c.The old version of ckossh.c likely has the required code. Looks like you just call various SOCKS functions rather than the regular ones (eg, SOCKSconnect instead of connect):
ckwin/kermit/k95/ckossh.c
Lines 170 to 184 in 52f9a75
The text was updated successfully, but these errors were encountered: