Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ojii/favssh
a command line tool to handle hosts in ssh config
https://github.com/ojii/favssh
Last synced: 8 days ago
JSON representation
a command line tool to handle hosts in ssh config
- Host: GitHub
- URL: https://github.com/ojii/favssh
- Owner: ojii
- License: other
- Created: 2012-03-20T12:35:32.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2012-03-20T12:35:39.000Z (over 12 years ago)
- Last Synced: 2024-10-12T17:57:38.140Z (about 1 month ago)
- Language: Python
- Homepage:
- Size: 94.7 KB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.rst
- License: LICENSE.txt
Awesome Lists containing this project
README
############################
ssh config command line tool
############################``favssh`` is a tool to manipulate the ssh configuration file from the command
line.************
Installation
************``pip install favssh`` in a virtualenv or ``sudo pip install favssh``.
*****
Usage
*****List hosts
==========``favssh [-c/--config-file=~/.ssh/config] list``
Add host
========``favssh [-c/--config-file=~/.ssh/config] add [-p/--port=22] [-u/--user=$USER]``
Update host
===========``favssh [-c/--config-file=~/.ssh/config] update ``
Remove host
===========``favssh [-c/--config-file=~/.ssh/config] remove ``