ssh-agent seems broken #1844
-
I have trouble using agent forwarding with iPadOS 16.6 and Blink 16.1.12.800 connecting over SSH to a Mac mini with macOS 15.6 (remote Steps after a fresh startup of Blink, three attempts in total. I suspect the final output might hold a clue to what is wrong.
|
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 13 replies
-
Hey @jgonggrijp, sorry for not jumping on this sooner. We recently changed the way that an existing key in the agent will get handled if it is the same key as used to sign in. Would you mind to update and let us know if this is now fixed from your side? |
Beta Was this translation helpful? Give feedback.
-
Blink version 16.2.1.826, identical results. |
Beta Was this translation helpful? Give feedback.
Ok, so let me start with how to do what you are want to, and then I will explain why your suggestion does not work (although it maybe should).
Blink runs one Host Agent and one "global" or Default Agent (the one you control with ssh-add). The way to do what you want is to add the key to the Host Agent instead of the Default Agent. To do so, go to Hosts -> and in the SSH Agent section, select Agent Forwarding and the key you want to pass. You can select a "Confirm" constraint for the key, so Blink will ask you every time it gets requested by the remote (more secure), or just do "Always" for unconstrained access. This has multiple advantages, the key will only be forwarded to that host, you…