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
{{ message }}
This repository has been archived by the owner on Nov 7, 2023. It is now read-only.
I have an ssh setup where I connect to a bunch of different hosts, and also connect to some hosts via ProxyJump. This means I have to authorize a LOT of connections with my phone -- the ProxyJump ones in particular can't get cached at all, because they don't have any hostname associated with them. I believe this is a limitation of the ssh-agent protocol or openssh client.
I have resorted to just choosing "Never ask" and disabling "Always ask for unknown hosts" in my krypton app's settings, but I consider this a reduction in security. What I want is a way to allow all connections from a particular device for a limited time. I don't believe there's a way to do that currently.
The text was updated successfully, but these errors were encountered:
In order to use jump hosts with Krypton, you have to use a slightly different config (the ProxyJump shorthand doesn't use krssh to parse the server signature, so we have to write out the full ProxyCommand).
I have an ssh setup where I connect to a bunch of different hosts, and also connect to some hosts via ProxyJump. This means I have to authorize a LOT of connections with my phone -- the ProxyJump ones in particular can't get cached at all, because they don't have any hostname associated with them. I believe this is a limitation of the ssh-agent protocol or openssh client.
I have resorted to just choosing "Never ask" and disabling "Always ask for unknown hosts" in my krypton app's settings, but I consider this a reduction in security. What I want is a way to allow all connections from a particular device for a limited time. I don't believe there's a way to do that currently.
The text was updated successfully, but these errors were encountered: