Project

loginx

0.0
No commit activity in last 3 years
No release in over 3 years
quick login using ssh key and manage your server infomation
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

>= 1.12
>= 10.0

Runtime

 Project Readme

Loginx

Loginx

install

gem install loginx

describe

login server quickly without entering password
help generate rsakey
help send publickey
all configurations are in yaml files and you can directly edit those config files
config dir
~/.loginx/config/loginx.conf
save user and port
~/.loginx/projects
save server infomation

usage

loginx [project_name][server_alias]|[ip]

recommend configuring loginx alias---lx

argvs

-L list all projects
-l [project_name] list all hosts in the project
-u [username] define user default root
-a [project_name][server_alias][ip][password] add a record default project is default
-d [project_name][server_alias]  deleta a record
-p [port]  port default 22
-h/no argv  help

improvement

add using [tab] to complete command
password should be encrypted

details

using methadone to create Ruby console application,using ruby_expect to execute remote command

Contributing

Bug reports and pull requests are welcome on GitHub at https://github.com/terryshi96/loginx. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the Contributor Covenant code of conduct.

License

The gem is available as open source under the terms of the MIT License.