원문 : http://bbolmin.tistory.com/110
* ssh 원격 방법
Getting root
In case you need root access to change stuff (such as key mappings, etc), you can do the following:
Log in as the "nebula" user account with the password "nebula" (both without quotes), followed by "sudo -s" with the password "nebula". You'll then have root privileges in order to change whatever needs to be changed.
# ssh-keygen -t rsa -f /etc/ssh/ssh_host_rsa_key
# ssh-keygen -t dsa -f /etc/ssh/ssh_host_dsa_key
'Wargame' 카테고리의 다른 글
[pwnable.kr]input (0) | 2014.09.26 |
---|---|
문제 서버 파일 다운로드(ssh)방법 (0) | 2014.09.25 |
wargame.kr 올클 (0) | 2014.09.21 |
Fc3 dark_eyes (0) | 2014.08.22 |
Suninatas all clear (3) | 2014.07.25 |