ssh2 icon indicating copy to clipboard operation
ssh2 copied to clipboard

Server : make ssh-agent available to connections

Open 131 opened this issue 6 years ago • 0 comments

The [email protected] channel is not implemented on the server side. (i.e, If a server wants to forward/access the auth-agent, and push some key into)

The server need to acknowledge the request by opening a channel (see openssh source code )

Also, ssh2-streams need to implement this channel ssh2-stream

I've created a PR if you could take a look

131 avatar Jun 06 '19 07:06 131