Differences between version 5 and predecessor to the previous major change of AuthorizedKeysFile.
Other diffs: Previous Revision, Previous Author, or view the Annotated Edit History
Newer page: | version 5 | Last edited on Tuesday, May 6, 2003 2:51:22 pm | by PerryLorier | Revert |
Older page: | version 4 | Last edited on Sunday, November 10, 2002 8:40:12 pm | by PerryLorier | Revert |
@@ -12,4 +12,15 @@
Under debian, theres a ssh-copy-id(1) program which does all this automagically, it's easy to use:
ssh-copy-id ''hostname''
and it's all setup!
+
+----
+To generate a key use ssh-keygen(1). If you can, you want to use a ssh2 key. This can be generated with:
+ ssh-keygen -t dsa
+or
+ ssh-keygen -t rsa
+(depending on what type of key you want)
+
+then use
+ ssh-copy-id ''hostname''
+and ya done.