diff options
author | 2005-12-30 16:59:00 +0000 | |
---|---|---|
committer | 2005-12-30 16:59:00 +0000 | |
commit | 0f1a5b5feecc3f723457c877c35ef620319bbec0 (patch) | |
tree | 70e98e39573f85a6e56120a42af5accab20d1308 | |
parent | better wording, based on a diff from daniel matic; (diff) | |
download | wireguard-openbsd-0f1a5b5feecc3f723457c877c35ef620319bbec0.tar.xz wireguard-openbsd-0f1a5b5feecc3f723457c877c35ef620319bbec0.zip |
do not suggest that interactive authentication will work
with the -b flag;
based on a diff from john l. scarfone;
ok djm
-rw-r--r-- | usr.bin/ssh/sftp.1 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/ssh/sftp.1 b/usr.bin/ssh/sftp.1 index c89ffc30fc7..6b500596c2f 100644 --- a/usr.bin/ssh/sftp.1 +++ b/usr.bin/ssh/sftp.1 @@ -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 |