diff options
author | Damien Miller <djm@mindrot.org> | 2005-12-31 06:22:55 +0100 |
---|---|---|
committer | Damien Miller <djm@mindrot.org> | 2005-12-31 06:22:55 +0100 |
commit | 134eb81383dab4b7f87e45c3c52172cc139f347c (patch) | |
tree | 1b8297b72ba16ac228c1cf8ad46a9d3ce84ea090 /sftp.1 | |
parent | - reyk@cvs.openbsd.org 2005/12/30 15:56:37 (diff) | |
download | openssh-134eb81383dab4b7f87e45c3c52172cc139f347c.tar.xz openssh-134eb81383dab4b7f87e45c3c52172cc139f347c.zip |
- jmc@cvs.openbsd.org 2005/12/30 16:59:00
[sftp.1]
do not suggest that interactive authentication will work
with the -b flag;
based on a diff from john l. scarfone;
ok djm
Diffstat (limited to 'sftp.1')
-rw-r--r-- | sftp.1 | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,4 +1,4 @@ -.\" $OpenBSD: sftp.1,v 1.61 2005/03/01 17:19:35 jmc Exp $ +.\" $OpenBSD: sftp.1,v 1.62 2005/12/30 16:59:00 jmc Exp $ .\" .\" Copyright (c) 2001 Damien Miller. All rights reserved. .\" @@ -78,7 +78,7 @@ to start in a remote directory. The final usage format allows for automated sessions using the .Fl b option. -In such cases, it is usually necessary to configure public key authentication +In such cases, it is necessary to configure non-interactive authentication to obviate the need to enter a password at connection time (see .Xr sshd 8 and |