Files
ssh-menu/README.md
2022-11-21 17:38:39 +01:00

677 B

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-cache as rofi-forge-cache-own and adapt to your needs
  • copy rofi-config as rofi-config-own and 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-menu will forward SSH agent)
  • SSH agent is not loaded by default, I use keychain variables set in ~/.keychain/$(hostname)-sh, adapt to your agent handling method