diff options
| author | joe <rbo@gmx.us> | 2025-08-26 19:17:48 +0200 |
|---|---|---|
| committer | joe <rbo@gmx.us> | 2025-08-26 19:17:48 +0200 |
| commit | 952d1eccd6e76bbb106c74512e65fd8811c3e0a6 (patch) | |
| tree | 9879decf19ec9cd3edef8975a8a64bb8758ff0e7 /.ssh/config | |
| parent | up (diff) | |
| download | dotfiles-bsd-952d1eccd6e76bbb106c74512e65fd8811c3e0a6.tar.gz dotfiles-bsd-952d1eccd6e76bbb106c74512e65fd8811c3e0a6.tar.bz2 dotfiles-bsd-952d1eccd6e76bbb106c74512e65fd8811c3e0a6.tar.xz dotfiles-bsd-952d1eccd6e76bbb106c74512e65fd8811c3e0a6.tar.zst dotfiles-bsd-952d1eccd6e76bbb106c74512e65fd8811c3e0a6.zip | |
up
Diffstat (limited to '.ssh/config')
| -rw-r--r-- | .ssh/config | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.ssh/config b/.ssh/config index f30d4d9..98692ed 100644 --- a/.ssh/config +++ b/.ssh/config @@ -2,6 +2,7 @@ Host * !mars !mother !helios User root StrictHostKeyChecking no UserKnownHostsFile /dev/null + LogLevel ERROR Host mars User jozan Host mother |
