ツール:SSH¶ install¶ Text Only1 2 3sudo apt install -y openssh-server sudo gedit /etc/ssh/sshd_config service sshd restart sshd_config Text Only1 2 3#PasswordAuthentication yes ↓ PasswordAuthentication no ssh key¶ Text Only1 2 3ssh-keygen mv ~/.ssh/id_rsa.pub ~/.ssh/authorized_keys chmod 600 ~/.ssh/authorized_keys id_rsaを接続元のクライアントにコピーしてssh接続する SSHの設定手順(Ubuntu20.04)とWindowsからのアクセス確認手順 sshでパスワード認証を禁止するには