| Did you know ... | Search Documentation: |
| Predicate ssh_server/0 |
ssh_server([port(Integer)]). Options:
localhost. Use *
to grant acccess from all network interfaces.etc/ssh below the current directory and user_app_config('etc/ssh')
(normally ~/.config/swi-prolog/etc/ssh). On failure it
creates, a directory etc/ssh with default host keys and uses
these.authorized_keys_file below)
The default is derived from the authorized_keys_file option
and whether or not verify_password/3 is defined.auth_methods([public_key]).
This file is in OpenSSH format and contains a certificate
per line in the format
<type> <base64-key> <comment>
The the file `~/.ssh/authorized_keys` is present, this will
be used as default, granting anyone with access to this account
to access the server with the same keys. If the option is
present with value [] (empty list), no key file is used.