bb9bd2f72fe00adbffb275f6998e31aa3088b57c
ssh-menu
SSH menu using rofi and forging cache file. By default, it will search for host files named after target hosts in $INFRA/host/ directory.
You can:
- copy
rofi-forge-cacheasrofi-forge-cache-ownand adapt to your needs - copy
rofi-configasrofi-config-ownand adapt to your needs - install with
./install(will only act on~/.ssh-menu/directory) and run with./ssh-menu.
Tips:
- you can add ssh options by setting SSH_OPTIONS variable (for example
SSH_OPTIONS=-A ./ssh-menuwill forward SSH agent) - SSH agent is not loaded by default, I use
keychainvariables set in~/.keychain/$(hostname)-sh, adapt to your agent handling method
Description
Languages
Shell
100%