Some questions about SSHServer

Discussion of open issues, suggestions and bugs regarding network security and data protection solution - SecureBridge
Post Reply
akm
Posts: 13
Joined: Mon 16 Apr 2007 01:01
Contact:

Some questions about SSHServer

Post by akm » Thu 28 Jan 2010 05:25

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)?

Dimon
Devart Team
Posts: 2910
Joined: Mon 05 Mar 2007 16:32

Post by Dimon » Fri 29 Jan 2010 14:40

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.

Post Reply