diff options
author | JozanLeClerc <bousset.rudy@gmail.com> | 2022-04-17 17:47:21 +0200 |
---|---|---|
committer | JozanLeClerc <bousset.rudy@gmail.com> | 2022-04-17 17:47:21 +0200 |
commit | f4e90fb7deb10a385020ac9d0cd08d09b330f1f7 (patch) | |
tree | 94fd6ed129d8d9b1639fb3b6f84dc9fafe616235 /.ssh | |
parent | update (diff) | |
download | dotfiles-bsd-f4e90fb7deb10a385020ac9d0cd08d09b330f1f7.tar.gz dotfiles-bsd-f4e90fb7deb10a385020ac9d0cd08d09b330f1f7.tar.bz2 dotfiles-bsd-f4e90fb7deb10a385020ac9d0cd08d09b330f1f7.tar.xz dotfiles-bsd-f4e90fb7deb10a385020ac9d0cd08d09b330f1f7.tar.zst dotfiles-bsd-f4e90fb7deb10a385020ac9d0cd08d09b330f1f7.zip |
Ok
Diffstat (limited to '')
-rw-r--r-- | .ssh/config | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.ssh/config b/.ssh/config new file mode 100644 index 0000000..73daea5 --- /dev/null +++ b/.ssh/config @@ -0,0 +1,2 @@ +Host * + User root
\ No newline at end of file |