blinksh / blink

Blink Mobile Shell for iOS (Mosh based)
https://blink.sh
GNU General Public License v3.0
6.1k stars 566 forks source link

ProxyJump not working on 17.0.0 #1867

Closed tjim closed 10 months ago

tjim commented 10 months ago

Checklist

Configuration

Just updated to blink 17.0.0, iPad OS 16.1.1

Describe the bug

I have configured host XXXXX to use host YYYYY as ProxyJump. In the previous version of blink I was able to

ssh XXXXX

In the new version 17.0.0, this hangs. When I ssh -vvvvv XXXXX, the debug message just before the hang is

ssh_socket_connect_proxycommand: Executing proxycommand 'ssh -W [XXXXX]:22 YYYYY'

I am able to log in to YYYYY fine with ‘ssh YYYYY’.

I am able to log in to XXXXX using YYYYY as a jump host in iSH on the same iPad (ssh -J YYYYY XXXXX).

Possibly related: ssh-agent is not working.

blink> ssh-agent
Failed loading ssh_agent_main from MAIN, cause = dlsym(RTLD_MAIN_ONLY, ssh_agent_main): symbol not found
ssh-agent: command not found