티스토리 뷰

1. 윈도우 클라이언트에 putty 설치

>  http://www.chiark.greenend.org.uk/~sgtatham/putty/download.html

priv.ex


2. 서버에 ssh 설치하기

> sudo apt-get install openssh-client

> sudo apt-get install openssh-server

> sudo /etc/init.d/ssh restart


3. 암호 설정

 1) 암호로 ssh 접속하기

 >  sudo passwd root

  여기서 설정한 암호와 비밀번호로 ssh에 접속하면 된다.


 2) 암호없이 ssh 접속하기

  (1) 키를 생성한다.

 > ssh-keygen

Generating public/private rsa key pair.
Enter file in which to save the key (/home/not-marco/.ssh/id_rsa): 
Created directory '/home/not-marco/.ssh'.
Enter passphrase (empty for no passphrase): 
Enter same passphrase again: 
Your identification has been saved in /home/not-marco/.ssh/id_rsa.
Your public key has been saved in /home/not-marco/.ssh/id_rsa.pub.
The key fingerprint is:
b1:25:04:21:1a:38:73:38:3c:e9:e4:5b:81:e9:ac:0f not-marco@rinzwind-desktop
The key's randomart image is:
+--[ RSA 2048]----+
|.o= . oo.        |
|*B.+ . .         |
|*=o .   o .      |
| = .     =       |
|. o     S        |
|E.               |
| o               |
|  .              |
|                 |
+-----------------+
not-marco@rinzwind-desktop:~$ ssh-copy-id not-marco@127.0.0.1
not-marco@127.0.0.1's password: 
Now try logging into the machine, with "ssh 'not-marco@127.0.0.1'", and check in:

  ~/.ssh/authorized_keys

to make sure we haven't added extra keys that you weren't expecting. 


  (2) 키를 확인한다.

 > ls -al ~/.ssh/

  id_rsa : 개인키(비밀키)

  id_rsa.pub : 공개키 - 접속하려는 클라이언트의 authorized_keys에 입력한다.

  

5. putty로 접속하기

 



반응형
댓글
공지사항
최근에 올라온 글
최근에 달린 댓글
Total
Today
Yesterday
링크
«   2024/12   »
1 2 3 4 5 6 7
8 9 10 11 12 13 14
15 16 17 18 19 20 21
22 23 24 25 26 27 28
29 30 31
글 보관함