Ubuntu 22.04 LTS에서 openssh설치 > PC

본문 바로가기
사이트 내 전체검색

PC

Linux Ubuntu 22.04 LTS에서 openssh설치

페이지 정보

profile_image
작성자 관리자
댓글 0건 조회 4,980회 작성일 22-06-24 14:39

본문

$ sudo apt update

$ sudo apt install openssh-server

$ sudo systemctl status ssh

비활성화라면

$ sudo systemctl enable ssh

$ sudo systemctl start ssh


방화벽 체크

$ sudo ufw status


방화벽을 사용하고 있다면

$ sudo ufw allow ssh

---

SSH Client SSH 설치되어있지 않다면

$ sudo apt-get install openssh-client

---

cmd 접속

사용자@접속주소


ssh 키값변경시 에러메세지 : REMOTE HOST IDENTIFICATION HAS CHANGED!

초기화

ssh-keygen -R 접속주소


댓글목록

등록된 댓글이 없습니다.

회원로그인

회원가입

Copyright © neion.co.kr All rights reserved.