본문 바로가기
Programming/Linux

[우분투] ubuntu ssh install (우분투 ssh 설치)

by guru_k 2018. 12. 10.
728x90
반응형

ubuntu ssh install (우분투 ssh 설치)


install ssh

1
$ apt-get install openssh-server
cs


start ssh

1
$ service ssh restart
cs


confirm Installation

1
2
3
$ dpkg --get-selections | grep openssh
openssh-client                    install
openssh-server                    install
cs

1
2
3
4
$ service ssh status
● ssh.service - OpenBSD Secure Shell server
   Loaded: loaded (/lib/systemd/system/ssh.service; enabled; vendor preset: enabled)
   Active: active (running) since 일 2018-12-09 00:35:18 KST; 1 day 17h ago
cs


test connection

1
$ ssh <user ID>@<IP or HostName>
cs


728x90
반응형

댓글