• Open SSH Server 설치

    sudo apt update
    sudo apt upgrade
    
    sudo apt install openssh-server
    
    sudo systemctl status ssh
    
    sudo systemctl enable ssh
    sudo systemctl start ssh
    
    sudo ufw allow ssh
    
  • Open SSH Client 설치 - 기본적으로 설치되어 있으나 필요 시

    sudo apt-get install openssh-client
    
    ssh username@ip_address