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
@mkevac: Reason for that is that ssh-agent support is not embedded into orgalorg. ssh-agent is the reason why you enter password only once, and all encryption which uses the key is actually goes through ssh-agent instead of ssh.
However, ssh-agent implementation is available in the Go-lang (https://godoc.org/golang.org/x/crypto/ssh/agent), so it should be quite trivially to embed it. I'm glad to merge PR providing that.
Hi.
Orgalorg asks for key passphrase, even though I have already entered it and it's not needed via simple ssh.
Can orgalorg use same saved passphrase?
This works without passphrase:
This does not:
The text was updated successfully, but these errors were encountered: