SSH, The Secure Shell: The Definitive Guide, 2nd Edition
by Daniel J. Barrett, Richard E. Silverman, Robert G. Byrnes
ssh and scp Keywords
OpenSSH | Tectia | Keyword | Value | Meaning |
|---|---|---|---|---|
✓ | ✓ | # | Any text | Comment line |
✓ | | any | inet | inet6 | Set IP address type | |
✓ | | Yes/no | Same as | |
✓ | | Auth types | Permitted authentication techniques | |
✓ | | Yes/no | Print message on stdout on successful authentication | |
✓ | | Yes/no | Print message on stderr on successful authentication | |
✓ | ✓ | | Yes/no | Disable prompting |
✓ | | Interface | Select a network interface | |
✓ | | Yes/no | Certificates must be DoD PKI-compliant | |
✓ | | Yes/no | Verify server hostname versus certificate | |
✓ | | md5/sha1 | Set hash compatibility | |
✓ | | Yes/no | Enable challenge-response authentication | |
✓ | | Yes/no | Detect DNS spoofing | |
1 | | Cipher | Request encryption cipher | |
2 | ✓ | | Cipher_ list | Supported encryption ciphers |
✓ | ✓ | | Yes/no | Ignore any specified forwarding |
✓ | ✓ | | Yes/no | Enable data compression |
✓ | | 0-9 | Select compression algorithm | |
✓ | | # attempts | # of retries by client | |
✓ | | Time | Timeout for connecting to SSH server | |
✓ | | Yes/no/ask | Enable connection sharing | |
✓ | | Socket | Location of socket for connection sharing | |
✓ | | Filename | File for debug messages | |
✓ | | Domain | Specify domain name | |
✓ | | Yes/no | Compatibility with old versions ... |