ssh 접속 프로그램 중 기본 중의 기본은 putty!
그러나 Xshell 등 타사 유료 프로그램을 사용하다보면 putty의 단점이 보인다.
세션 관리 어려움, 여러 창 띄울때 탭 지원 안됨.
이런 단점을 완화할 수 있는 SuperPutty를 발견. 역시 무료.
매크로를 등록하면 원격서버 자동 로그인까지 지원하는 강력한 장점이 있음.
더 자세한 설명은 여기서..
ttend.tistory.com
단, 자동 로그인을 설정하는데 바로 안되고, 설정에서 한가지 체크해야 할 것이 있음. SuperPutty 공식 깃허브에 질문과 답변이 올라와 있음.
https://github.com/jimradford/superputty/issues/706
SuperPutty stops at password prompt when invoked with command line · Issue #706 · jimradford/superputty
I have consulted the built-in help and have tried to invoke SuperPutty in two different ways. In each case, the remote system is waiting for the password to be supplied. Here are the two different ...
github.com
결국은 Tools > Otions > GUI 에서 맨 아래 Security 관련 어쩌구에 체크해주면 됨.
그리고 세션 등록 할때 아래와 같이 Login Username에 계정을, Extra Putty Argument에 -pw 패스워드를 등록하면 됨.
'IT 개발' 카테고리의 다른 글
[Linux] 파일 검색 및 검색 결과 처리 (0) | 2020.11.12 |
---|---|
[파이썬] 파일명 확장자 일괄 변경 (0) | 2020.11.11 |
linux 서버 타임존 설정 - localtime (0) | 2018.09.11 |
[Mysql] INFORMATION_SCHEMA 중 TABLES 및 COLUMNS 정보 조회 (0) | 2018.08.24 |
[CentoOS7] ftp 설정 및 sftp 차단 (0) | 2017.12.28 |