에라모르겠다(‘◇’)?

[linux] ssh-server, putty - 원격 접속 , putty 환경설정 본문

Linux/linux

[linux] ssh-server, putty - 원격 접속 , putty 환경설정

도토리즈 2023. 6. 11. 12:22

* ssh 설치 확인

rpm -qa | grep ssh

리눅스 최소 설치 한 경우에도 설치 되어있음 확인

 

* 실행중인지 확인

ps -ef | grep ssh

* putty 설치 및 설정 변경 (port open)

설정 -> 고급 -> 포트포워딩 

호스트 포트 22 게스트 포트 22 

 

* putty 다운

https://www.chiark.greenend.org.uk/~sgtatham/putty/latest.html

 

Download PuTTY: latest release (0.78)

This page contains download links for the latest released version of PuTTY. Currently this is 0.78, released on 2022-10-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

다운 후 127.0.0.1 (자기 자신 ip) / 22 (port)로 접속

root로 접속 확인 

내용 정리

웹 서버 (Apache, nginx ) / 웹 클라이언트 (브라우저)

ssh - server(서버) / putty(클라이언트) 

포트번호 : 22번

 


일반 사용자 (kdh)

root 사용자

일반 사용자 => 읽기 권한만 있음(권한 제한)

일반 사용자 $

root 사용자 #

 

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

[linux] 기타 리눅스 사용  (0) 2023.06.11
[linux] 기초 명령어  (0) 2023.06.11
[linux] vm virtualbox 설치, centos 7  (0) 2023.06.09
Comments