diff options
author | Joe <bousset.rudy@gmail.com> | 2022-07-04 07:44:48 +0200 |
---|---|---|
committer | Joe <bousset.rudy@gmail.com> | 2022-07-04 07:44:48 +0200 |
commit | c9f2028d90c6d05d979fc5c4d8c12c90463c8145 (patch) | |
tree | c310cba596b049771c785718046b410c90573b22 | |
parent | Update (diff) | |
download | dotfiles-bsd-c9f2028d90c6d05d979fc5c4d8c12c90463c8145.tar.gz dotfiles-bsd-c9f2028d90c6d05d979fc5c4d8c12c90463c8145.tar.bz2 dotfiles-bsd-c9f2028d90c6d05d979fc5c4d8c12c90463c8145.tar.xz dotfiles-bsd-c9f2028d90c6d05d979fc5c4d8c12c90463c8145.tar.zst dotfiles-bsd-c9f2028d90c6d05d979fc5c4d8c12c90463c8145.zip |
Update
-rw-r--r-- | .ssh/config | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/.ssh/config b/.ssh/config index 9df2bdd..f4739dd 100644 --- a/.ssh/config +++ b/.ssh/config @@ -1,9 +1,11 @@ -Host * !gentoo-pc !tv-exploit !fbsd-pi +Host * !gentoo-pc !fbsd-pi !hi-pi !tv-exploit User root Host gentoo-pc User jozan Host fbsd-pi User jozan +Host hi-pi + User radio Host tv-exploit User tv Host joe |