ssh-menu initial release

This commit is contained in:
2022-11-21 17:38:39 +01:00
commit bb9bd2f72f
6 changed files with 63 additions and 0 deletions

7
rofi-forge-cache Executable file
View File

@@ -0,0 +1,7 @@
#! /bin/bash
# Clean cache
echo -n > ~/.cache/rofi-2.sshcache
# Look for hostfiles named after target names in $INFRA/host/
ls ${INFRA}/host/ | sed "s/^/1 root@/" >> ~/.cache/rofi-2.sshcache