Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 5 Current »

ubuntu desktop 은 개인용이므로 기본 설정은 ssh server 가 비활성화되어 있습니다.

다음 명령어로 ssh 서버를 설치하고 시작할 수 있습니다.


  1. 패키지 정보 업데이트

    sudo apt update
    sudo apt upgrade
  2. ssh server 설치

    sudo apt install openssh-server
  3. 환경에 맞게 설정을 편집합니다. 자세한 내용은 SSH 보안 설정 을 참고하세요

    sudo vi /etc/ssh/sshd_config
  4. ssh 서버를 시작합니다.

    sudo  systemctl enable sshd
    sudo  systemctl restart sshd

같이 보기

Ref


  • No labels