diff options
author | Markus Friedl <markus@cvs.openbsd.org> | 2001-05-17 21:34:16 +0000 |
---|---|---|
committer | Markus Friedl <markus@cvs.openbsd.org> | 2001-05-17 21:34:16 +0000 |
commit | 8868be674042f2233e74838a95981d8368dd1df4 (patch) | |
tree | 3b00fc0a9b588844e5d3b3dabd3785f0489a9466 | |
parent | 00f67792d02e4de6292205a8ae45d4769efb85b5 (diff) |
no spaces in PreferredAuthentications; meixner@rbg.informatik.tu-darmstadt.de
-rw-r--r-- | usr.bin/ssh/ssh.1 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/ssh/ssh.1 b/usr.bin/ssh/ssh.1 index 39991a5c628..433d41e7825 100644 --- a/usr.bin/ssh/ssh.1 +++ b/usr.bin/ssh/ssh.1 @@ -34,7 +34,7 @@ .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.\" $OpenBSD: ssh.1,v 1.110 2001/05/15 22:04:01 deraadt Exp $ +.\" $OpenBSD: ssh.1,v 1.111 2001/05/17 21:34:15 markus Exp $ .Dd September 25, 1999 .Dt SSH 1 .Os @@ -925,7 +925,7 @@ authentication methods. This allows a client to prefer one method (e.g. over another method (e.g. .Cm password ) The default for this option is: -.Dq publickey, password, keyboard-interactive +.Dq publickey,password,keyboard-interactive .It Cm Protocol Specifies the protocol versions .Nm |