Displaying 1 result from an estimated 1 matches for "ssh_get_user".
2002 May 18
3
OpenSSH library
...es, with little effort on their part in reimplementing them, other than
adding a configuration option in the application config files.
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 connec...