593 B
593 B
ssh-menu
SSH menu using rofi and forging cache file.
You can:
- create
generate-hostsscript to forge rofi SSH cache (see generate-hosts-sample) - copy
rofi-config-sampleasrofi-configand 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