~/.ssh2/authorization keywords: use one keyword/value pair per line.
Keyword | Meaning |
---|---|
| Old way to specify a forced command;
now obsolete, use |
| Location of public-key file |
| Options for the key immediately preceding it; see Options table below |
| Location of PGP public-key file |
| Select PGP key by fingerprint |
| Select PGP key by ID |
| Select PGP key by name |
~/.ssh2/authorization key options: one or more options separated by commas.
Option | Meaning |
---|---|
| Accept connections from incoming hosts |
| Specify a forced command |
| Reject connections from incoming hosts |
| Set environment variable |
| Set idle timeout |
| Disable agent forwarding |
| Disable port forwarding |
| Don't allocate TTY |
| Disable X Window forwarding |
~/.ssh2/identification keywords: one keyword/value pair per line.
Keyword | Meaning |
---|---|
| Location of private-key file |
| Select PGP key by fingerprint |
| Select PGP key by ID |
| Select PGP key by name |
| Location of PGP private-key file |