-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
17 additions
and
15 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,22 +1,10 @@ | ||
# Includes all config files from config.d/ directory. | ||
Include config.d/* | ||
|
||
Host * | ||
TCPKeepAlive yes | ||
ServerAliveInterval 120 | ||
ControlMaster auto | ||
ControlPath /tmp/ssh_mux_%h_%p_%r | ||
# ControlPath ~/.ssh/connections/ssh-%r@%h:%p | ||
SetEnv LC_ALL=C | ||
|
||
Host bitbucket.org | ||
User git | ||
Hostname bitbucket.org | ||
|
||
Host github.com | ||
User git | ||
Hostname github.com | ||
ServerAliveInterval 60 | ||
ControlPersist 1h | ||
|
||
Host local | ||
Hostname 127.0.0.1 | ||
User kenorb | ||
IdentityFile ~/.ssh/id_rsa |
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 |
---|---|---|
@@ -0,0 +1,9 @@ | ||
Host bitbucket.org | ||
User git | ||
Hostname bitbucket.org | ||
|
||
Host github.com | ||
User git | ||
Hostname github.com | ||
ServerAliveInterval 60 | ||
ControlPersist 1h |
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 |
---|---|---|
@@ -0,0 +1,5 @@ | ||
Host local | ||
Hostname 127.0.0.1 | ||
User kenorb | ||
IdentityFile ~/.ssh/id_ed25519 | ||
IdentityFile ~/.ssh/id_rsa |