Fastlogin 一款ssh快速登录工具
网络工具
4年前
0
3.88W
0
ssh快速登录工具,免去记忆、输入机器、用户名和密码的烦恼。无论是直接登录,还是通过跳板机间接登录,都可以做到一键登录自动完成!
后台开发或者运营人员经常需要ssh登录大量的服务器,记下那么多枯燥的主机名和用户名、密码实在头疼,即便是用登录工具(XShell, SecureCRT, Putty)自带的记录主机的功能也不甚方便。FastLogin通过一个简单的脚本,帮助你快速关键字检索要登录的机器,并能自动填充用户名和密码。
其基本宗旨是:用最少的击键次数实现SSH登录
安装步骤
(florian) ~ $ git clone https://github.com/fanzhidongyzby/fastlogin.git
(florian) ~/fastlogin $ cd fastlogin
(florian) ~/fastlogin $ ./install /usr/local
功能测试
(florian) ~ $ x -h
FastLogin:
x host [user]
当前隐藏内容需要输入密码才能查看,请先 登录 再输入密码!
[option [value]*]options:
-p <host> [<user>] Specify proxy host and user
-s <suffix> Password suffix (proxy use first)
-i Show detail login info
-i- <host> [<user>] Remove host or user info
-I Show detail login info (see password)
-w Show white list config
-w <host> Add white list record
-w- <host> Remove white list record
-D Turn debug on
-h Show this help message
-v Show version
卸载
(florian) ~ $ cd fastlogin
(florian) ~/fastlogin $ ./uninstall /usr/local
文章来源及下载:
https://github.com/fanzhidongyzby/fastlogin