HomepageMy_Note-Unix Tsung 3 年 ago Categories: My_Note-Unix SSH 只允許憑證登入 (關閉密碼登入) Linux SSH 想要關閉密碼登入,只有允許使用 Public-Key / Private-Key 登入,修改設定值如下: vim /etc/ssh/sshd_config PasswordAuthentication no PermitEmptyPasswords no PubkeyAuthentication yes # default 重啟 sshd 即可 Google Podcast 的專用標籤、RSS » « 東京奧運的中國跳水金牌:「全紅嬋」 Tags: configlinuxloginprivate-keypublic-keysecurityssh Tsung: 對新奇的事物都很有興趣, 喜歡簡單的東西, 過簡單的生活. Related Post Linux grep 要過濾多個字串 Linux grep 要過濾字... Linux less 搜尋字串 不區分大小寫 less 檔案內搜尋字串,想要... 將 PNG 合併寫入 PDF 於 Ubuntu Linux 想要在 PDF 裡面插入圖片(...