세모튜브
Ubuntu : Enable ssh 본문
터미널을 열고 openssh-server를 설치합니다.
$ sudo apt update
$ sudo apt install openssh-server -y
openssh-server 서비스 활성화 확인
$ sudo systemctl status ssh
openssh-server 포트 열기
$ sudo ufw allow ssh
재부팅
$ sudo reboot
.
.
============================
원격에서 접속 테스트
$ ssh username@ip_address
============================
'설치' 카테고리의 다른 글
맥 : opencv환경( 파이참 <=> 아나콘다 <=> 쥬피터 ) 생성 (0) | 2021.01.11 |
---|---|
Ubuntu : docker 설치 (0) | 2021.01.08 |
PC : Ubuntu 설치 (0) | 2021.01.08 |
맥 : 아나콘다 : jupyter-notebook 설치 (0) | 2021.01.06 |
맥 : 아나콘다 (파이썬 배포판) 설치 및 기본명령어 (0) | 2021.01.06 |