컴퓨터/우분투
Secure Shell (구글 크롬 앱) 에서 리셋하는 방법
jungtae17
2016. 6. 7. 17:15
SSH 접속 시 생성되는 fingerprint 를 삭제하는 방법은 다음과 같다.
1. JavaScript 콘솔창 연다. (<F12> 키를 누른다.)
2. Secure Shell 앱을 실행한다.
3. JavaScript 창에서 아래의 명령을 실행한다.
term_.command.removeAllKnownHosts()
참고> https://github.com/libapps/libapps-mirror/blob/master/nassh/doc/faq.txt#L460