hasen's tech life

Twitter: @hasen

Entries from 2017-08-21 to 1 day

Received disconnect from port 22:2: Too many authentication failures forというエラーが出たので対応した.

# Received disconnect from port 22:2: Too many authentication failures forというエラーが出たので対応した. $ vi ~/.ssh/config # 以下リンクの設定を追加. # 参照: https://superuser.com/questions/187779/too-many-authentication-failures-for-us…

パスワードを小文字でと指定されたので対応した.

# パスワードを小文字でと指定されたので対応した. $ openssl rand -base64 30 |tr "[:upper:]" "[:lower:]"