-
Checklist
ConfigurationJust updated to blink 17.0.0, iPad OS 16.1.1 Describe the bugI have configured host XXXXX to use host YYYYY as ProxyJump. In the previous version of blink I was able to
In the new version 17.0.0, this hangs. When I ssh -vvvvv XXXXX, the debug message just before the hang is
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.
|
Beta Was this translation helpful? Give feedback.
Replies: 5 comments 12 replies
-
These are usually configuration issues. Could you send the .blink/ssh_config file? And also, the full output from -vvvvv? I will try to replicate from my side. Previously discussed here #1840 |
Beta Was this translation helpful? Give feedback.
-
OK, here is config, I have had to rename some hosts to protect the innocent:
Full output from -vvvvv:
At that point it hangs. The ssh-agent problem only came up because I was trying to debug, I don’t usually invoke it. (I was trying to log in manually to the jump host YYYYY, then ssh from there to XXXXX.) In other words, I get the behavior above if ssh XXXXX is the first command I issue to blink on startup. |
Beta Was this translation helpful? Give feedback.
-
Ok, I will try and reproduce it. One more question from my side. If you first connect to YYYYY and then in another tab connect to XXXXX, does that go through? Weird that this broke on iOS17 for you, I think there must be something very strange going on. |
Beta Was this translation helpful? Give feedback.
-
If I first connect to YYYYY and then in another tab connect to XXXXX, it DOES NOT go through. Sounds like ssh-agent is a red herring. I suggest that you remove it from completions (that is, when I type ‘ssh-a’ it shows as one of the possible completions), otherwise it may be confusing for someone used to Linux. If I ssh-add, then ssh YYYYY, then I can ssh XXXXX. I don’t know if there is something strange on my system; I will say that ProxyJump did not work for me until 16.0, but it seemed to work for a lot of other people before that. Previously I had to ssh-add, ssh YYYYY, then ssh XXXXX, which is what is working for me now. |
Beta Was this translation helpful? Give feedback.
-
Tracked down original issue and made PR |
Beta Was this translation helpful? Give feedback.
This is working now! I did a reboot, that may have done something. Files.app also works.
Thanks!