Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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 ``