Home | History | Annotate | Download | only in openssh

Lines Matching full:server

14 The software consists of ssh (client), sshd (server), scp, sdist, and
88 code is linked into the server. The routines also manipulate
102 sshconnect.c) to open a connection to the server (possibly via a
131 log-server.c; it is used in the server program. The other
135 The sshd server (daemon)
139 starts listening for connections, and generates the server key.
140 The server key will be regenerated every hour by an alarm.
142 - When the server receives a connection, it forks, disables the
146 operations, and finally the server enters the normal session
150 - The code for the server is in sshd.c. It contains a lot of
152 - server main program