1.0.1 • Published 3 years ago

sshin v1.0.1

Weekly downloads
3
License
MIT
Repository
github
Last release
3 years ago

sshin

Build Status

Interactive cli-menu for user-specific OpenSSH client configuration files (~/.ssh/config).

Built using Inquirer.js for interactive cli and ssh-config for config parsing.

# Install
npm install -g sshin

# Run (default config ~/.ssh/config)
sshin
? Connect to host: (Use arrow keys)
❯ somehost 
  someotherhost 
  anotherhost 

# Supports different config files same way as ssh command does
# [-F path_to_custom_config_file ] 
sshin -F ./myconfig
Using config file: ./mockconfig
...

But first! Make sure your ~/.ssh/config file is looking sleek. https://linuxize.com/post/using-the-ssh-config-file/

1.0.1

3 years ago

1.0.0

3 years ago

0.9.0

3 years ago

0.1.0

3 years ago