한국어

네트워킹

온누리070 플레이스토어 다운로드
    acrobits softphone
     온누리 070 카카오 프러스 친구추가온누리 070 카카오 프러스 친구추가친추
     카카오톡 채팅 상담 카카오톡 채팅 상담카톡
    
     라인상담
     라인으로 공유

     페북공유

   ◎위챗 : speedseoul


  
     PAYPAL
     
     PRICE
     

pixel.gif

    before pay call 0088 from app



https://www.ssh.com/ssh/putty/download#sec-Download-PuTTY-installation-package-for-Windows

PUTTY DOWNLOAD - FREE SSH & TELNET CLIENT


PuTTY is a popular SSH, Telnet, and SFTP client for Windows. It is typically used for remote access to server computers over a network using the SSH protocol. This is the download page.

For more information on PuTTY, see the PuTTY page. For information on SSH (Secure Shell), see the here. For information on Telnet, see here. For information on SFTP secure file transfers, see here.

DOWNLOAD PUTTY INSTALLATION PACKAGE FOR WINDOWS

BinaryPlatformSignatureDate
putty-0.70-installer.msiWindows (any)GPG signature2017-07-08
putty-64bit-0.70-installerWindows (64-bit)GPG signature2017-07-08

INSTALLATION AND SETUP INSTRUCTIONS

VERIFYING RELEASE SIGNATURES

The releases are signed with GPG, using the PuTTY release key.

To verify the signatures, you need the gpg tool. On Debian-based Linux, it can be installed with aptitude install gnupg. On Red Hat 7, it can be installed with yum install gnupg2.

To import the signature key into GPG, use:

gpg --import putty-release-2015.asc

To check the signature of a file, use:

gpg --verify <signaturefile> <datafile>

For example:

gpg --verify putty-64bit-0.69-installer.msi.gpg putty-64bit-0.69-installer.msi

PACKAGE CONTENTS: PUTTY.EXE, PUTTYGEN.EXE, PSFTP.EXE, PSCP.EXE, PAGENT.EXE

The installation package includes putty.exeputtygen.exepsftp.exepscp.exe, and pagent.exe.

putty.exe is the main executable for the terminal client. It can also be used standalone, without the installation package, by simply copying the executable to a USB stick and running it on a new machine. This way, the user can carry the executable with them. However, this should not be assumed to provide great security - malware on the machine where it is used can still compromise the software (cf. CIA hacking tool bothanspy) and viruses may get installed on the USB stick whenever it is inserted in a new machine.

puttygen.exe is can be used for generating SSH keys on Windows. See the separate puttygen page on how to create and set up SSH keys with it.

psftp.exe is an SFTP file transfer client. It only works on the command line, and does not support graphically dragging and dropping files between systems. See Tectia SSH if you'd like that functionality.

pscp.exe is a command line SCP client.

pagent.exe is an SSH agent for PuTTY. Keys are first created with puttygen.exe and can then be loaded into pagent for automating logins and for implementing single sign-on.

ALTERNATIVES

For other SSH clients and comparison, see the SSH clients page. Several more modern alternatives are available.

SERVER FOR WINDOWS OR OTHER PLATFORMS

You don't need to worry about a server if you are going to connect to a school or work server. However, if you are planning to use PuTTY to log into your own systems, then you may need to install and enable a server.

Most Linux and Unix systems come with OpenSSH preinstalled. On some distributions, you may need to install the server. On Debian-derived systems, the following will install the server:

sudo aptitude install openssh-server

On Red Hat systems, the following will install the server:

sudo yum install openssh-server

Depending on the system, you may also need to start the server if you don't want to reboot. The following should work on most systems:

sudo service sshd restart

For Windows, the Tectia SSH is a popular choice and comes with commercial support services. It also runs on IBM z/OS mainframes. Unix/Linux are available with support for business-critical applications.

SSH KEY MANAGEMENT NEEDS ATTENTION

SSH is often used with public key authentication to implement automation and single sign-on.

Public key authentication uses a new kind of access credential, the SSH key, for authentication. It is much more secure than traditional password authentication, especially compared to hard-coded passwords in scripts, but the keys need proper management.

Most organizations with more than a hundred servers have large numbers of SSH keys. Usually, these keys have not been properly managed and audited. An SSH risk assessment is recommended. Organizations should consider deploying key management software to establish proper provisioning, termination, and monitoring for key-based access.

Risks of unmanaged SSH keys include uncontrolled attack spread across the server infrstructure, including to disaster recovery data centers and backup systems. It could potentially destroy a Fortune 500 enterprise.

Organizations should also be aware of security risks related to SSH port forwarding. It is a technology that has many good uses, but it can also enable unfettered access across firewalls. Employees and attackers can leave tunnels back into the internal network from the public Internet. This particularly affects organizations using cloud computing services.

In addition to SSH, the PuTTY can be used as a telnet client. Telnet is insecure. Its use is not recommended.

The main problem with telnet is that it transmits all passwords and any transmitted data in the clear. Anyone with access to any computer on the same network can steal user names and passwords that are transmitted. Such password sniffing attacks were very common on the Internet already in the 1990s.

Telnet sessions can also be hijacked in the network. Attackers can inject their own commands into telnet sessions. Protection from such attacks was the main reason why Tatu Ylonendeveloped SSH as a replacement for telnet in the first place. Use of telnet has not been recommended for 20 years.

SFTP FILE TRANSFER SUPPORT

File transfer support is implemented as a separate program, PSFTP. It is available only as a command-line tool. There is no graphical user interface for file transfers.

SCP file transfers are supported via the PSCP program. This is also command-line only.

Modern implementations, such as Tectia SSH, have integrated file transers in the terminal client.

MASTER DOWNLOAD SITE

Simon Tatham publishes new PuTTY versions on his personal home page. The files are mirrored here at ssh.com. If you notice any issues or the version hasn't been updated properly, please drop an email to ylo at ssh.com. Please note that I do not provide support services for PuTTY. I merely maintain this mirror to have a single place for downloading popular SSH versions.

SCREENSHOTS

PUTTY TERMINAL WINDOW

Putty download ssh, telnet, rlogin terminal windows

PSFTP COMMAND LINE USE

Putty window with SFTP client in Windows Terminal

조회 수 :
173922
등록일 :
2017.09.03
19:17:17 (*.160.88.18)
엮인글 :
http://www.webs.co.kr/index.php?document_srl=3311767&act=trackback&key=c83
게시글 주소 :
http://www.webs.co.kr/index.php?document_srl=3311767
List of Articles
번호 제목 글쓴이 날짜 조회 수sort
123 intel i210 driver install and compile debian admin 2015-06-27 265659
122 리눅스에 RADIUS 서버 구현하기 admin 2012-09-01 221868
121 tar로 전체시스템 백업 LINUX Backup admin 2013-04-04 205622
120 리눅스 시스템 시작시에 자동 실행할 파일 등록하기 admin 2014-03-22 192186
» PUTTY DOWNLOAD - FREE SSH & TELNET CLIENT admin 2017-09-03 173922
118 [linux]리눅스 버전및 CPU등 환경정보 확인하기 admin 2013-04-08 173662
117 FreeRADIUS 설치(freeradius-sever-2.1.8) admin 2013-04-19 151577
116 How to Manually Unblock / Unban IP Address in fail2ban 차단풀기 admin 2017-09-12 148990
115 Getting started with SSH public key cryptography admin 2013-09-05 148540
114 Site builder shootout: Drupal vs. Joomla vs. WordPress admin 2012-07-15 143510
113 CentOS 5.4에서 RADIUS 서버 설치하기 admin 2013-04-19 142328
112 Ubuntu 14.04 원격 접속(xrdp) 설정 admin 2014-12-21 130840
111 리눅스 서버 이전시 고려할 사항들 admin 2011-12-16 128257
110 리눅스 부팅시 자동 실행 명령스크립트 실행하기 만들기 이해 linux booting admin 2017-08-30 127069
109 linux 에티터 명령어 정리 포그라운드 전환 : ctrl + z 다시 vi 모드로 돌아오려면 fg admin 2014-03-05 126568
108 openvpn Easy Windows Guide admin 2017-09-20 119594
107 How To Protect SSH with fail2ban on Debian 7 데비안 ssh 방어 무작위 로그인 admin 2017-09-12 119470
106 Debian / Ubuntu Linux Install Kernel Headers Package admin 2015-06-27 118558
105 리눅스 시작시에 부팅시 프로세스 프로그램 자동 실행 설정 admin 2017-08-30 117162
104 the world’s most widely deployed RADIUS server document admin 2017-08-29 117023
103 리눅스 데비안 네트워크 설정 유선랜 무선랜 linux debian network setting 설정 admin 2017-09-07 115990
102 파이썬 설치 및 사용하기 admin 2011-12-16 107253
101 Linux Date Command Examples to Display and Set System Date Time admin 2013-07-11 103274
100 Radius를 이용한 ssh 인증 서버 구축하기 admin 2013-04-19 97673
99 네트워크 디바이스명 변경 리눅스 eth0 eth1 admin 2017-08-29 93004
98 Build a RADIUS server on Linux admin 2013-03-23 92119
97 부팅시 자동실행 명령어 스크립트, rc.local admin 2017-08-30 88826
96 윈도우XP 알면 정말 편한 숨겨진 기능 60가지 admin 2012-05-11 84972
95 서버이전시 고려할 사항들 admin 2011-12-13 82644
94 다운된 리눅스서버 응급복구 admin 2013-03-28 81588