https://github.com/ojii/favssh
a command line tool to handle hosts in ssh config
https://github.com/ojii/favssh
Last synced: about 1 month 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 13 years ago)
- Default Branch: master
- Last Pushed: 2012-03-20T12:35:39.000Z (over 13 years ago)
- Last Synced: 2025-09-22T14:56:24.989Z (about 2 months ago)
- Language: Python
- Homepage:
- Size: 94.7 KB
- Stars: 1
- Watchers: 2
- 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 ``