old/서버가상화 기술

하이퍼바이저 기반 서버 가상화 기술(2) - PuTTY 설치 및 CentOS 7 (Linux) 서버 연동

뒷골목프로그래머 2020. 5. 28. 15:55
반응형

2020 산업융합형 인공지능 청년혁신가 양성과정

본 포스팅은 한국표준협회에서 주관하는 2020 산업융합형 인공지능 청년 혁신가 양성과정을 정리한 내용입니다.

모듈 2. 하이퍼바이저 기반의 서버 가상화 실습, 모크엠시스 이진호 강사님


목    차

1. IP Address 확인

2. PuTTY 설치

3. PuTTY 실행과 가상머신 서버 접속


1. IP Address 확인

   - Terminal 환경에서 작업을 진행

   - CentOS7 GUI에서 우클릭을 한 후 Open Terminal을 클릭

   - Terminal에서 ifconfig -a (ipconfig 아님!) 를 입력한 후 inet 부분의 ip주소를 확인

inet ip Address 확인

 

2. PuTTY 설치

   - 설치 URL : https://www.chiark.greenend.org.uk/~sgtatham/putty/latest.html

   - Alternative binary files의 64bit putty.exe 설치 (PC가 32bit 라면, 32bit 선택)

 

Download PuTTY: latest release (0.73)

This page contains download links for the latest released version of PuTTY. Currently this is 0.73, released on 2019-09-29. When new releases come out, this page will update to contain the latest, so this is a good page to bookmark or link to. Alternativel

www.chiark.greenend.org.uk

 

PuTTY Download 페이지

 

3. PuTTY 실행과 가상머신 서버 접속

   - PuTTY Security Alert가 나타나면 '예'를 클릭합니다.

   - 설치된 PuTTY를 실행한 후 자신의 IP address를 입력합니다.

   - Connection type은 SSH로 설정한 후 Open을 클릭합니다.

   - Terminal이 실행되면 본인의 계정으로 로그인하면 완료 입니다.

PuTTY - 서버 연동 완료

반응형