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)?
Some questions about SSHServer
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.
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.