Unit
ScSSHServer
Description
The TScSSHServer component implements functionality of SSH server.
TScSSHServer listens to the TCP/IP port specified in the Port property, and if an SSH client tries to connect to this port, TScSSHServer authenticates the client. If authentication is successful, it will establish connection. After that the TScSSHServer carries out client queries.
Storage.Users holds the list of the users that are allowed to connect to the SSH server.
To support for the SFTP protocol set the SFTPServer property to reference of a TScSFTPServer object.
See Also