Putty로 우분투 접속하기

 

Putty를 이용해 우분투에 접속해 봅니다.

 

 

우분투 설치하기

 

우분투 홈페이지에서 iso파일을 받아 우분투를 설치합니다.

본 글에선 Ubuntu Server 18.04.2 버전을 사용했습니다.

 

 

SSH 설치하기

 

> sudo apt-get install ssh

위의 명령어를 통해 ssh를 설치합니다.

>sudo apt-get install openssh-server

일반적으로 ssh를 설치하면 자동으로 설치됩니다. 혹시모르니 확인해줍니다.

 

SSH 재시작

 

>sudo /etc/init.d/ssh restart

위의 명령어를 통해 ssh를 재시작합니다.

 

Putty 접속

 

>ifconfig

우분투에서 위의 명령어를 통해 ip주소를 확인해 둔다.

 

Putty를 켜고 확인한 IP주소를 입력합니다.

 

ID와 Password를 입력하고 접속을 확인합니다.

반응형

'Programming > Linux' 카테고리의 다른 글

[Putty] Network error: Connection refised  (0) 2020.01.10
Synology Nas를 이용한 Private Registry 구축  (4) 2019.05.27
[Ubuntu] Docker Private Registry  (0) 2019.05.24
[Ubuntu] Docker 설치하기  (0) 2019.05.23
[Ubunto] IP주소 확인  (0) 2017.09.28

+ Recent posts