changed the config file for ssh-host

This commit is contained in:
Stefan Friese 2024-08-07 17:17:09 +02:00
parent 7e2199191d
commit 681d685f73
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ ssh() {
} }
ssh-host() { ssh-host() {
ssh $(awk '$1 == "Host" && $2 != "*" {print $2}' "$HOME/.ssh/conf.d/individual_user" | fzf --reverse) ssh $(awk '$1 == "Host" && $2 != "*" {print $2}' "$HOME/.ssh/config" | fzf --reverse)
} }
# Creates a new directory and immediately changes into it # Creates a new directory and immediately changes into it