diff options
author | Joe <bousset.rudy@gmail.com> | 2022-05-13 09:30:13 +0200 |
---|---|---|
committer | Joe <bousset.rudy@gmail.com> | 2022-05-13 09:30:13 +0200 |
commit | d9bf8d404cd0a72af1fdbaae4546330aa2936be3 (patch) | |
tree | 45ca4155442652a12b7c20ad8f522f27128d4aff /.ssh | |
parent | update (diff) | |
download | dotfiles-bsd-d9bf8d404cd0a72af1fdbaae4546330aa2936be3.tar.gz dotfiles-bsd-d9bf8d404cd0a72af1fdbaae4546330aa2936be3.tar.bz2 dotfiles-bsd-d9bf8d404cd0a72af1fdbaae4546330aa2936be3.tar.xz dotfiles-bsd-d9bf8d404cd0a72af1fdbaae4546330aa2936be3.tar.zst dotfiles-bsd-d9bf8d404cd0a72af1fdbaae4546330aa2936be3.zip |
ssh
Diffstat (limited to '.ssh')
-rw-r--r-- | .ssh/config | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/.ssh/config b/.ssh/config index d71d525..32bf5fb 100644 --- a/.ssh/config +++ b/.ssh/config @@ -1,4 +1,6 @@ -Host * !gentoo-pc +Host * !gentoo-pc !tv-exploit User root Host gentoo-pc User jozan +Host tv-exploit + User tv |