/sshp

ssh 自动登陆(密码方式)

Primary LanguageShell

获取

git clone https://github.com/lscho/sshp.git

使用

chmod +x ./sshp.sh

添加

./sshp.sh add

查看

./sshp.sh ls

删除

./sshp.sh rm server_name

登陆

./sshp.sh server_name

全局

cp sshp.sh /usr/local/bin/sshp #仅在当前用户全局使用

sshp ls