2014년 9월 12일 금요일

Buildroot 파일 시스템에서 SSH 서버 설정 및 접속-20140912


  1. 부팅 후 설정



[root@Mango520 ~]#  /etc/init.d/S50sshd start
Starting sshd: /var/empty must be owned by root and not group or world-writable.
OK
[root@Mango520 ~]# chown root.root /var/empty
[root@Mango520 ~]#  /etc/init.d/S50sshd start

위와 같이 명령을 수행을 합니다.
Password를 설정을 합니다.

[root@Mango520 ~]# passwd
Changing password for root
New password:
Bad password: too short
Retype password:
Password for root changed by root


  1. 접속하기


Tera Term 실행합니다.
보드에 IP는 “ifconfig” 명령으로 확인합니다

아래와 같이 화면이 나옵니다.


“Continue” 버튼을 클릭합니다.


ID와 Password를 입력합니다.

“OK” 버튼을 클릭하면 접속이 가능합니다.

실행 결과

댓글 없음:

댓글 쓰기