diff options
author | Colin Watson <cjwatson@debian.org> | 2006-05-12 08:53:37 +0000 |
---|---|---|
committer | Colin Watson <cjwatson@debian.org> | 2006-05-12 08:53:37 +0000 |
commit | 2ee73b36b9a35daeaa4b065046882dc1f5f551b6 (patch) | |
tree | f64a4ace625514e94759878c0b94ab0a79805bbd /sftp.0 | |
parent | 3c190ec8e469477ea65fbf4cc83062c65c281434 (diff) | |
parent | 3e2e0ac10674d77618c4c7339e18b83ced247492 (diff) |
Merge 4.3p2 to the trunk.
Diffstat (limited to 'sftp.0')
-rw-r--r-- | sftp.0 | 7 |
1 files changed, 4 insertions, 3 deletions
@@ -25,8 +25,8 @@ DESCRIPTION | |||
25 | The third usage format allows sftp to start in a remote directory. | 25 | The third usage format allows sftp to start in a remote directory. |
26 | 26 | ||
27 | The final usage format allows for automated sessions using the -b option. | 27 | The final usage format allows for automated sessions using the -b option. |
28 | In such cases, it is usually necessary to configure public key authenti- | 28 | In such cases, it is necessary to configure non-interactive authentica- |
29 | cation to obviate the need to enter a password at connection time (see | 29 | tion to obviate the need to enter a password at connection time (see |
30 | sshd(8) and ssh-keygen(1) for details). The options are as follows: | 30 | sshd(8) and ssh-keygen(1) for details). The options are as follows: |
31 | 31 | ||
32 | -1 Specify the use of protocol version 1. | 32 | -1 Specify the use of protocol version 1. |
@@ -96,6 +96,7 @@ DESCRIPTION | |||
96 | Protocol | 96 | Protocol |
97 | ProxyCommand | 97 | ProxyCommand |
98 | PubkeyAuthentication | 98 | PubkeyAuthentication |
99 | RekeyLimit | ||
99 | RhostsRSAAuthentication | 100 | RhostsRSAAuthentication |
100 | RSAAuthentication | 101 | RSAAuthentication |
101 | SendEnv | 102 | SendEnv |
@@ -262,4 +263,4 @@ SEE ALSO | |||
262 | T. Ylonen and S. Lehtinen, SSH File Transfer Protocol, draft-ietf-secsh- | 263 | T. Ylonen and S. Lehtinen, SSH File Transfer Protocol, draft-ietf-secsh- |
263 | filexfer-00.txt, January 2001, work in progress material. | 264 | filexfer-00.txt, January 2001, work in progress material. |
264 | 265 | ||
265 | OpenBSD 3.8 February 4, 2001 4 | 266 | OpenBSD 3.9 February 4, 2001 4 |