v0.1.1
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.