"우분투 sshd 설치"의 두 판 사이의 차이

1번째 줄: 1번째 줄:
;우분투 ssh 서버 설치
;우분투 ssh 서버 설치
;우분투 sshd 설치
;우분투 sshd 설치
;우분투 sshd 설정
==설치 확인==
<source lang='dos'>
jmnote@ubuntu:~$ service ssh status
ssh: unrecognized service
</source>
:→ 설치 안됨


==설치 및 시작==
==설치 및 시작==
36번째 줄: 44번째 줄:
root      1304    1  0 16:00 ?        00:00:00 /usr/sbin/sshd -D
root      1304    1  0 16:00 ?        00:00:00 /usr/sbin/sshd -D
</source>
</source>
==같이 보기==
*[[sshd]]


==참고 자료==
==참고 자료==

2013년 11월 20일 (수) 09:11 판

우분투 ssh 서버 설치
우분투 sshd 설치
우분투 sshd 설정

1 설치 확인

jmnote@ubuntu:~$ service ssh status
ssh: unrecognized service
→ 설치 안됨

2 설치 및 시작

jmnote@ubuntu:~$ sudo apt-get install openssh-server
Reading package lists... Done
Building dependency tree
Reading state information... Done 
The following extra packages will be installed: 
  libwrap0 ssh-import-id tcpd 
Suggested packages: 
  ssh-askpass rssh molly-guard openssh-blacklist openssh-blacklist-extra 
  monkeysphere 
The following NEW packages will be installed: 
  libwrap0 openssh-server ssh-import-id tcpd 
0 upgraded, 4 newly installed, 0 to remove and 54 not upgraded. 
Need to get 425 kB of archives. 
After this operation, 1,167 kB of additional disk space will be used. 
Do you want to continue [Y/n]? y
... (생략)
Setting up ssh-import-id (2.10-0ubuntu1) ...
Processing triggers for libc-bin ...
ldconfig defferred processing now taking place

3 확인

jmnote@ubuntu:~$ service ssh status
ssh start/running, process 1304
jmnote@ubuntu:~$ ps -ef | grep sshd
root      1304     1  0 16:00 ?        00:00:00 /usr/sbin/sshd -D

4 같이 보기

5 참고 자료

문서 댓글 ({{ doc_comments.length }})
{{ comment.name }} {{ comment.created | snstime }}