SmartFTP FTP Library
|
enum SSHAuthentication { ftpSSHAuthenticationUnknown = 0, ftpSSHAuthenticationNone = 1, ftpSSHAuthenticationPassword = 2, ftpSSHAuthenticationKeyboardInteractive = 3, ftpSSHAuthenticationPublicKey = 4, ftpSSHAuthenticationSecurID = 5, ftpSSHAuthenticationHostBased = 6, ftpSSHAuthenticationGSSAPI = 7 };
http://www.ssh.com/support/documentation/online/ssh/adminguide/32/SecurID.html
Please refer to the RFC 4252 The Secure Shell (SSH) Authentication Protocol for further details.
What do you think about this topic? Send feedback!
|
Copyright (c) by SmartSoft Ltd. All rights reserved.
|