MacのHomebrewでopensshを更新し、バージョンを上げたら、下記のエラーで接続出来なくなった。
Copy ERROR: Unable to negotiate with 192.168.1.10 port 22: no matching host key type found. Their offer: ssh-rsa,ssh-dss 全ての接続先でエラーが出るわけでなく、比較的古いOSを使用している接続先へ繋がらなくなっていた。
[続きを読む]
letsencryptの証明書が切れたので、再発行によるコマンドを叩いたら、下記のエラーで更新できず。
# ./letsencrypt-auto certonly --standalone -d <domain> --renew-by-default To use Certbot, packages from the EPEL repository need to be installed
epelのパッケージは導入済みで、最新のパッケージがインストールされてますよ〜って止まる
[続きを読む]