summaryrefslogtreecommitdiffstats
path: root/rofi-hosts
diff options
context:
space:
mode:
Diffstat (limited to 'rofi-hosts')
-rwxr-xr-xrofi-hosts2
1 files changed, 1 insertions, 1 deletions
diff --git a/rofi-hosts b/rofi-hosts
index fb42bdc..92031a2 100755
--- a/rofi-hosts
+++ b/rofi-hosts
@@ -22,7 +22,7 @@ set -euo pipefail
# along with this program. If not, see <http: #www.gnu.org/licenses/
#
-input=$(cut -d\ -f1 .ssh/known_hosts* | tr , "\n" \
+input=$(cut -d\ -f1 .ssh/known_hosts .ssh/known_hosts_work | tr , "\n" \
| sed -r 's#(_ecdsa|_rsa|_ed25519|_dsa)$##' | sort -u \
| rofi -lines 20 -dmenu -p "host")