반응형
SMALL

Linux/SSH 4

SSH 키 등록 오류 발생 시

오류 내용@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ WARNING: REMOTE HOST IDENTIFICATION HAS CHANGED! @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@IT IS POSSIBLE THAT SOMEONE IS DOING SOMETHING NASTY!... 중략 ...Host key for has changed and you have requested strict checking.Host key verification failed. SSH가 이전에 저장해 둔 서버의 호스트 키와, 지금 접속하려는 서버의 호스트 키가 다를 때 발생 조치..

Linux/SSH 2026.04.22

SSH - Windows, Linux 에서 macOS 접속

참고2026.03.11 - [Linux/SSH] - SSH 설정(Windows 접속 기준) SSH 설정(Windows 접속 기준)시스템 환경OS: Rocky Linux 9.7 (Blue Onyx)Kernel: Linux 5.14.0-611.36.1.el9_7.x86_64접속 OS : Windows 11 Pro 기준(25H2, 26200.7922)ssh 설치 확인openssh-server 패키지 설치 확인# 1. 패키지 업데이트@localhost ~]$ sudo dnf update -y#ygjang-421.tistory.com2026.04.22 - [Linux/SSH] - SSH - macOS SSH - macOSRockyLinux 9.X 기준접속 OS : Rocky Linux 9 (커널 버전: 5.14...

Linux/SSH 2026.04.22

SSH - macOS

RockyLinux 9.X 기준접속 OS : Rocky Linux 9 (커널 버전: 5.14.0-427.5.1.el9_4.x86_64) 1단계. ssh 설정(Linux) 1. openssh-server 패키지 설치 확인# 1. 패키지 업데이트sudo dnf update -y# 2. 설치 확인rpm -qa | grep openssh-server# 결과 : openssh-server-8.7p1-47.el9_7.rocky.0.1.x86_64 가 나오면 설치되어있음# 2-1. 미설치 시 아래 명령어로 설치 가능sudo dnf install openssh-server -y 2. ssh 서비스 활성화# 1. 서비스 활성화 및 즉시 시작sudo systemctl enable --now sshd# 2. ssh 상태 확..

Linux/SSH 2026.04.22

SSH 설정(Windows 접속 기준)

시스템 환경OS: Rocky Linux 9.7 (Blue Onyx)Kernel: Linux 5.14.0-611.36.1.el9_7.x86_64접속 OS : Windows 11 Pro 기준(25H2, 26200.7922)ssh 설치 확인openssh-server 패키지 설치 확인# 1. 패키지 업데이트@localhost ~]$ sudo dnf update -y# 2. 설치 확인@localhost ~]$ rpm -qa | grep openssh-server# 결과 : openssh-server-8.7p1-47.el9_7.rocky.0.1.x86_64 가 나오면 설치되어있음# 2-1. 미설치 시 아래 명령어로 설치 가능@localhost ~]$ sudo dnf install openssh-server -y s..

Linux/SSH 2026.03.11
반응형
LIST