SSH とは?
SSHとは、Secure Shell(セキュアシェル)の略で、リモートコンピュータと通信するためのプロトコルです。
認証部分を含めネットワーク上の通信がすべて暗号化されるため、安全に通信することができます。
SSHとは、Secure Shell(セキュアシェル)の略で、リモートコンピュータと通信するためのプロトコルです。
認証部分を含めネットワーク上の通信がすべて暗号化されるため、安全に通信することができます。
systemctl start sshd
systemctl enable sshd
sudo dnf install openssh openssh-clients openssh-server
/etc/ssh/sshd_config
#Prot 22
Port 10022 # 変更後
PermitRootLogin no
PasswordAuthentication no