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
this fixes mutliple issues:
a) the exec means the sudo process is not staying around. (cosmetic)
b) the -T 5 means clients are shut down after 5 seconds of idle. (this fixes the very annoying concurrent-qrexec-sessions problem, and the ssh client doesnt care, it will create a new connection as needed if you are working f.ex. with agent forwarding)
c) more cosmetics on the quoting style and where the ampersand goes.
yikes, TIL that the timeout is a bad idea for the vault-vm.
ssh-add opens the agent socket right after start, and then is unwilling to reopen it if you take longer to type your passphrase (correctly) than the timeout duration.
so really long timeout (or no timeout) for the vault-adapter.
socat
seems to be more widely available. For example, the debian 9 template comes withsocat
, butnmap
has to be installed in order to getncat
.I might send a pull request if I get around to implementing this.
The text was updated successfully, but these errors were encountered: