Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mRemoteNG/PuTTYNG.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Harris <bjh21@bjh21.me.uk>2005-03-10 20:04:26 +0300
committerBen Harris <bjh21@bjh21.me.uk>2005-03-10 20:04:26 +0300
commit6070903a090fee879ce73ba678e9d114f4eba7b0 (patch)
treefe733dd5764425b88f2f57ee7c4f4aab785a6baf /doc/pubkey.but
parent5aa719d16e1f6c9f2a47f0cd562abc522a8fbb0c (diff)
Make it clear that even when using SSH 2, you only need the SSH-2 pubkey format
if you're actually using the SSH-2 protocol. [originally from svn r5483]
Diffstat (limited to 'doc/pubkey.but')
-rw-r--r--doc/pubkey.but14
1 files changed, 7 insertions, 7 deletions
diff --git a/doc/pubkey.but b/doc/pubkey.but
index 401be6e7..d80689c1 100644
--- a/doc/pubkey.but
+++ b/doc/pubkey.but
@@ -405,13 +405,13 @@ of OpenSSH 2 the file might be called \c{authorized_keys2}. (In
modern versions the same \c{authorized_keys} file is used for both
SSH-1 and SSH-2 keys.)
-\b If your server is \cw{ssh.com}'s SSH 2 product, you need to save
-a \e{public} key file from PuTTYgen (see \k{puttygen-savepub}), and
-copy that into the \c{.ssh2} directory on the server. Then you
-should go into that \c{.ssh2} directory, and edit (or create) a file
-called \c{authorization}. In this file you should put a line like
-\c{Key mykey.pub}, with \c{mykey.pub} replaced by the name of your
-key file.
+\b If your server is \cw{ssh.com}'s product and is using SSH-2, you
+need to save a \e{public} key file from PuTTYgen (see
+\k{puttygen-savepub}), and copy that into the \c{.ssh2} directory on
+the server. Then you should go into that \c{.ssh2} directory, and edit
+(or create) a file called \c{authorization}. In this file you should
+put a line like \c{Key mykey.pub}, with \c{mykey.pub} replaced by the
+name of your key file.
\b For other SSH server software, you should refer to the manual for
that server.