Re: SSH client authentication using SSH_AUTH_SOCK environment variable

2019-04-18 Thread Lyor Goldstein
>> I wonder if currently SshClient class supports authentication via ssh-agent [2] configured via SSH_AUTH_SOCK environment variable? The code seems to indicate that we do support this, though we have not had much experience using this - see org.apache.sshd.agent.SshAgent class implementations

SSH client authentication using SSH_AUTH_SOCK environment variable

2019-04-17 Thread Dmitry Katsubo
Dear MINA SSH community, I would like to use SSH client [1] in my application to connect to SSH server. I wonder if currently SshClient class supports authentication via ssh-agent [2] configured via SSH_AUTH_SOCK environment variable? On the top of that I am interested in how to add support of