Skip to content

v0.1.1

Compare
Choose a tag to compare
@RobiNino RobiNino released this 14 Nov 08:03
· 982 commits to master since this release
4350385
SSH Authentication behaviour update

Following Issue 83 on the CLI, the behaviour of ssh authentication was changed to:

1. Try authenticating via ssh-agent.
If failed due to any reason (No agent / connection failed / no key in agent):
2. Try authenticating via ssh-key.
If the key is encrypted, passphrase has to be passed via the --ssh-passphrase flag.