도전2022

putty를 사용하자. 본문

작업/리눅스

putty를 사용하자.

hotdigi 2010. 2. 19. 11:07


Here are the PuTTY files themselves:

PuTTY (the Telnet and SSH client itself)
PSCP (an SCP client, i.e. command-line secure file copy)
PSFTP (an SFTP client, i.e. general file transfer sessions much like FTP)
PuTTYtel (a Telnet-only client)
Plink (a command-line interface to the PuTTY back ends)
Pageant (an SSH authentication agent for PuTTY, PSCP and Plink)
PuTTYgen (an RSA and DSA key generation utility).
LEGAL WARNING: Use of PuTTY, PSCP, PSFTP and Plink is illegal in countries where encryption is outlawed. I believe it is legal to use PuTTY, PSCP, PSFTP and Plink in England and Wales and in many other countries, but I am not a lawyer and so if in doubt you should seek legal advice before downloading it. You may find this site useful (it's a survey of cryptography laws in many countries) but I can't vouch for its correctness.

Use of the Telnet-only binary (PuTTYtel) is unrestricted by any cryptography laws.

The files we offer below are cryptographically signed. We also supply cryptographically signed lists of MD5 checksums. To download our public keys and find out more about our signature policy, visit the Keys page. If you need a Windows program to compute MD5 checksums, you could try the one at this site. (This MD5 program is also cryptographically signed by its author.)

Binaries

The latest release version (beta 0.60). This will generally be a version I think is reasonably likely to work well. If you have a problem with the release version, it might be worth trying out the latest development snapshot (below) to see if I've already fixed the bug, before reporting it to me.
...........



설치하자.

1. 그냥 실행 파일
2. 인스톨 파일 
3. 한글판 putty 

기본 사용법
1. putty를 설치한다

2. putty를 실행한다. 
일반적으로 단축아이콘으로 만들어지는데 
영문판의 경우는 "C:\Program Files\PuTTY\putty.exe" , 
한글판의 경우는 "C:\Program Files\iPuTTY\putty.exe" 이렇게 만들어진다. 
원하는 것을 실행한다. 

3. 세션에 host Name(ip)을 추가한다. 
하단의 Open 버튼을 누르면 바로 연리는데, 한번 사용할 것이면 그냥 open하고 그렇지 않으면, 세션을 저장하여 놓자. 
Saved Sessions에 이름을 적고(서버의 이름 혹은 주소를 기록하여 관리한다) Save 버튼을 이용하여 저장한다. 

기타 설정을 해놓고, 저장을 하는 것이 좋을 듯 하다. 한글이라던가. 기타 등등. 
저장 된 내용은 registry에 hkey current user에 software, simontatham, putty, sessions에 하나의 세션이 생성되어 저장된다. 정말 많은 값이 설정 저장되어 있는 것을 볼 수 있다. 

4. Saved Sessions List에 있는 것을 바로 클릭하여 (더블클릭) 실행할수도 있다. 


putty 설정

1. 한글 설정 
putty 실행시 IP입력하고 그창의 왼쪽에 보시면 +windows--translation (+창--변환 :한글putty인 경우)에 가시면 오른쪽에 바가 하나 있습니다 여기에서 utf-8 을 선택하시고 접속하면 됩니다 .

putty 설정 도우미 PuttyDesigner

2. putty 설정값(session) 백업하기   
http://blog.naver.com/wraiths/70078461991
[출처] http://edit.tistory.com/262
         - 백업
            윈도우> 실행 > regedit 실행
            내 컴퓨터\HKEY_CURRENT_USER\Softeare\Simon Tatham\PuTTY
            Session폴더를 선택하고, 내보내기(E)를 이용하여 reg파일로 저장 (예: PuTTYHosts.reg )

         - 복원
             - PuTTY사이트에서 인스톨러 버전 설치
                (http://www.chiark.greenend.org.uk/~sgtatham/putty/download.html)
             - 복원하려는 PC에 백업한 파일 더블클릭하면 복원이됩
             참고사이트 : http://kldp.org/node/42609

3. Putty 0.59 한글판 + 유니코드 + 한텀키 패치

4. ssh 끈어지는것 방지하기 위해서 
Connection에 Seconds between keepalives를 60으로 변경

5. 폰트 변경
Fixedsys, 10-point로 지정하자. 
그리고 색상을 기본 글자색을 0,187,187로 바꾸어 보자. 
(취향이 생기면 그에 맞게 변경하기.)

6. 로그 사용하기



'작업 > 리눅스' 카테고리의 다른 글

리눅스 라이브러리 관련 학습  (0) 2010.02.19
linux 웹 서버 만들기  (0) 2010.02.19
DDD 사용하자.  (0) 2010.02.18
리눅스 커널 구하자.  (0) 2010.02.10
so 파일 동작 원리 학습  (0) 2010.01.21