-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ssh: revert to standard ~/.ssh/config file
-F ignores /etc/ssh/ssh_config
- Loading branch information
1 parent
c8b9e1d
commit 784de0a
Showing
4 changed files
with
6 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,10 @@ | ||
# -*- mode: ssh-config -*- | ||
Include ~/.config/ssh/conf.d/*.conf | ||
Include ~/.ssh/conf.d/*.conf | ||
|
||
Host * | ||
ControlMaster auto | ||
ControlPath ~/.local/state/ssh-%C | ||
ControlPersist yes | ||
SendEnv COLORTERM | ||
UserKnownHostsFile ~/.config/ssh/known_hosts | ||
ServerAliveInterval 300 | ||
UserKnownHostsFile ~/.ssh/known_hosts |