본문 바로가기

broko Blog!

[Ubuntu] ssh 설치

반응형

apt-get install openssh-server openssh-client

/etc/init.d/ssh [start | stop | restart ]

- 서비스 허용
vi /etc/hosts.allow
  sshd : ip address

- 실행확인

ps ax | grep ssh

netstat -ntlp | grep ssh