Skip to content

Simple tool to retrieve your ssh hosts using cli.

Notifications You must be signed in to change notification settings

Punctuality/ssh_remote

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SSH Remote

Simple tool to retrieve your ssh hosts using cli.

Written in Rust and is BLAZINGLY FAST

Usage

  1. Touch file hostnames.yaml with simillar contents:
some_service:
  test:
    - some_test_host.site
  prod:
    - some_prod_host.site

...
  1. Build the executable using cargo:
cargo build --release
  1. Execute command to get the appropriate host
ssh_remote

Such output will be provided:

Pick option from: 
1. some_service
1
Pick option from: 
1. test
2. prod
2

----------
ssh some_prod_host.site

Additional arguments:

  • --verbose - will print config structure before interaction
  • --dry - won't copy resulted command into your clipboard

About

Simple tool to retrieve your ssh hosts using cli.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages