trzsz / trzsz-ssh

trzsz-ssh ( tssh ) is an ssh client designed as a drop-in replacement for the openssh client. It aims to provide complete compatibility with openssh, mirroring all its features, while also offering additional useful features. Such as login prompt, batch login, remember password, automated interaction, trzsz, zmodem(rz/sz), udp mode like mosh, etc.
https://trzsz.github.io/ssh
MIT License
1.66k stars 98 forks source link

使用 ssh --newhost保存之后,如何获取密码明文 #82

Closed zlsq closed 7 months ago

zlsq commented 7 months ago

有时候需要分享密码给同事,连上之后就给忘了。如何获取明文呢

lonnywong commented 7 months ago

你可以在 ~/.ssh/config 中找到,直接复制密文给他,让他也同样配置 ~/.ssh/config,然后用 tssh 来登录。