/[cvs]/nfo/doc/computing/sysadmin/linux/howto-ssh-with-rsa-keys-(passwordless-login).txt
ViewVC logotype

Contents of /nfo/doc/computing/sysadmin/linux/howto-ssh-with-rsa-keys-(passwordless-login).txt

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.1 - (show annotations)
Mon Feb 11 01:22:17 2002 UTC (22 years, 6 months ago) by cvsjoko
Branch: MAIN
Branch point for: nfo
File MIME type: text/plain
Initial revision

1 $Id$
2
3 $Log$
4
5
6 ------------------------------------------
7 - local machine:
8 - check if you can login to the remote machine via "normal" password authentication
9 - create rsa-keys with "ssh-keygen"
10 - authorize yourself
11 - cd ~/.ssh/
12 - cat identity.pub >> authorized_keys
13 - take care of proper file-permissions
14 - chmod -R og-rwx ~/.ssh
15 - authorize remote machines / distribute "authorized_keys"
16 - scp authorized_keys <username>@<remote_machine>:~/.ssh/
17 - test login to remote machine
18 - ssh <remote_machine>
19 ------------------------------------------
20
21
22 ------------------------------------------
23 annotiations
24 ------------------------------------------
25 - transfer files via ZMODEM-protocol and TeraTerm
26 - on remote machine
27 - sz <file1> <file2> <fileX>
28 - in TeraTerm, do
29 - File/Change Directory ...
30 - File/Transfer/ZMODEM/Recieve
31
32

MailToCvsAdmin">MailToCvsAdmin
ViewVC Help
Powered by ViewVC 1.1.26 RSS 2.0 feed