proxmox-ve/\343\202\244\343\203\263\343\202\271\343\203\210\343\203\274\343\203\253\345\276\214\343\201\253\350\241\214\343\201\206\343\202\273\343\203\203\343\203\210\343\202\242\343\203\203\343\203\227.md
... ...
@@ -0,0 +1,6 @@
1
+### sshのパスワード認証の無効化
2
+1. `/etc/ssh/sshd_config`の`PasswordAuthentication yes`を`PasswordAuthentication no`に変更する。
3
+1. `# systemctl restart sshd`
4
+
5
+### Let's Encryptによるサーバ証明書の有効化
6
+[ Let's Encrypt DNS-01チャレンジによってサーバ証明書を発行する](./Let's Encrypt DNS-01チャレンジによってサーバ証明書を発行する.md)を参照。
... ...
\ No newline at end of file