安裝SSH
# yum install openssh* 開始安裝
# vi /etc/ssh/sshd_config 進行設定
這些設定是一些比較基本的
首先先把port改掉
port 52041
再來是限定登入者
AllowUsers 使用者帳號1 使用者帳號2 .....
這一行在設定檔中是沒有的~請自行加入
再來把這兩行的註解拿掉
PermitEmptyPasswords no
PasswordAuthentication yes
# vi /etc/ssh/sshd_config 進行設定
這些設定是一些比較基本的
首先先把port改掉
port 52041
再來是限定登入者
AllowUsers 使用者帳號1 使用者帳號2 .....
這一行在設定檔中是沒有的~請自行加入
再來把這兩行的註解拿掉
PermitEmptyPasswords no
PasswordAuthentication yes
再來限制root帳號登入
PermitRootLogin no
重新啟動
# sudo systemctl restart sshd.service
設定開機啟動
# systemctl enable sshd.service
開放防火牆
# firewall-cmd --permanent --zone=public --add-port=52041/tcp
重新讀取防火牆規則
# firewall-cmd --reload
http://kanchengzxdfgcv.blogspot.tw/2015/10/oracle-vm-virtualbox.html
http://kanchengzxdfgcv.blogspot.tw/2015/10/oracle-vm-virtualbox.html
留言
張貼留言