Skip to content

Latest commit

 

History

History
5 lines (5 loc) · 128 Bytes

Strace记录ssh密码.md

File metadata and controls

5 lines (5 loc) · 128 Bytes
安装strace
>apt-get install strace
>vi ~/.bashrc
添加
alias ssh='strace -o /tmp/.log -e read,write,connect -s 2048 ssh'