てきとうなメモ

本の感想とか技術メモとか

SSH

CVE-2016-6210の修正

OpenSSH 7.3がリリースされて、CVE-2016-6210が修正されたそうだ sshd(8): Mitigate timing differences in password authentication that could be used to discern valid from invalid account names when long passwords were sent and particular passwo…

多段ssh

SSH

以下のように踏台サーバ経由して行く場合は client -> fumidai1.example.jp -> fumidai2.example.jp -> host1.example.com~/.ssh/configに以下のように書く Host host1 HostName host1.example.com ProxyCommand ssh -W %h:%p fumidai2 Host fumidai2 HostNa…