728x90
반응형
ubuntu ssh install (우분투 ssh 설치)
install ssh
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
반응형
'Programming > Linux' 카테고리의 다른 글
[journalctl] how to use journalctl (journalctl 사용법) (0) | 2019.07.31 |
---|---|
[systemctl] how to use systemctl (systemctl 사용법) (0) | 2019.07.31 |
[우분투] ubuntu version check (우분투 버전 확인) (0) | 2018.12.10 |
[우분투 16.04.4]ubuntu telnet server install (우분투 텔넷 서버 설치) (0) | 2018.12.10 |
Linux 서버 현재 시간 확인 (0) | 2015.12.30 |
댓글