/usr/share/swi-prolog/pack/libssh/prolog/ssh_server.pl
All Application Manual Name SummaryHelp

  • prolog
    • ssh_server.pl -- Embedded SSH server
      • ssh_server/0
      • ssh_server/1
      • run_client/6
      • verify_password/3
      • capture_messages/1
 verify_password(+ServerName, +User:atom, +Passwd:string) is semidet[multifile, library(ssh_server)]
Hook that can be used to accept password based logins. This predicate must succeeds to accept the User/Passwd combination.
Arguments:
ServerName- is the name provided with the name(Name) option when creating the server or the empty list.