Linux SSH 想要關閉密碼登入,只有允許使用 Public-Key / Private-Key 登入,修改設定值如下:
- vim /etc/ssh/sshd_config
- PasswordAuthentication no
- PermitEmptyPasswords no
- PubkeyAuthentication yes # default
- 重啟 sshd 即可
個人筆記, 記錄關於 系統、程式、新聞 與 日常生活 等資訊
Linux SSH 想要關閉密碼登入,只有允許使用 Public-Key / Private-Key 登入,修改設定值如下:
以前到現在我沒有看過體操、跳水這些項目,有出現滿分 10分的,原來還是有 10分會出現的~~
原本以為在蝦皮的 App 裡面,設定完成電子發票,就會自動歸戶,然後自動對獎,原來沒那麼簡單~~
想要讓蝦皮的電子發票自動匯入、自動對獎、領獎,還是需要到 關貿平台 做設定。
在外面吃飯的時候,商家怎麼洗是不知道,有很多也是隨意沖沖罷了,在家自己煮就會多注意一些~
美國非營利環保工作組織(EWG:Environmental Working Group),每年會對常見蔬果進行農藥的檢驗並公佈「Dirty 12」,也就是含農藥殘留最多的12種蔬果排行。
如果有買這些蔬果的話,就記得要多洗幾次囉~
Git checkout 拿來切換 分支(Branch)、還原 等等,在使用的時候,有些命令比較不直覺
於 Git 2.33 版以後,增加了 switch 和 restore 的命令,可以讓 Git 操作起來更直覺~
房屋要避免潮濕,除了座向外,原來最重要的開窗戶的方式(方向)
Certbot renew 失敗,出現下述錯誤訊息要怎麼辦呢?
Could not choose appropriate plugin: The manual plugin is not working; there may be problems with your existing configuration. The error was: PluginError('An authentication script must be provided with --manual-auth-hook when using the manual plugin non-interactively.',). Skipping.
Debian 這次隔 2年1個月又9天,就釋出新版 Debian 11 Stable (bullseye),此 Bullseye 是 5年 Support 的版本。
MacOS、Linux 瀏覽器透過 Socks5 (Socks) Tunnel 連線到內網的機器,應該怎麼做呢?