Be myself :: exploit-exercise ssh 접속방법

달력

42024  이전 다음

  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
  • 10
  • 11
  • 12
  • 13
  • 14
  • 15
  • 16
  • 17
  • 18
  • 19
  • 20
  • 21
  • 22
  • 23
  • 24
  • 25
  • 26
  • 27
  • 28
  • 29
  • 30

원문 : 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
Posted by flack3r
|