Displaying 1 result from an estimated 1 matches for "ssh_transport".
Did you mean:
ssh2transport
2002 May 18
3
OpenSSH library
...Ultimately, they would be able to know that, as a server process, any data
that comes out of the fd is securely authenticated as coming from the user
returned by a ssh_get_user() call.
The OpenSSH daemon could be implemented something like:
Daemon starts up, reads the config file, initialises the ssh_transport
library with parameters such as acceptable auth methods, location of keyauth
files, port-forwarding allowed, etc, and then the library starts listening
for connections.
When a connection is received, the library handles all the negotiation of
algorithms and authentication methods, and once an acce...