Page 1 of 1

Some questions about SSHServer

Posted: Thu 28 Jan 2010 05:25
by akm
1. When SSHServer running as service (from demo SSHServerService), how can refresh users and keys after I add it by external Application (from demo SSHServer) while SSHServer working? Only stop and start service ? Or exists another way ?

2. How can I see who is online now in SSHServer (may be you have any suggestion)?

Posted: Fri 29 Jan 2010 14:40
by Dimon
1. Now the SSHServerService demo does not allow to refresh users and keys during the service work. You can add this functionality, using the TScSSHServer.Storage.Refresh method.

2. To get information about clients and channels connected to the server at the current moment, you can use the TScSSHServer.ClientInfos and TScSSHServer.ChannelInfos properties.