Skip to content

Commit

Permalink
2022-09-07 16:18:27
Browse files Browse the repository at this point in the history
  • Loading branch information
taupiqueur committed Sep 7, 2022
1 parent af028ad commit a3f7d8a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 7 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
.config/gh/hosts.yml
.local/share/zoxide/db.zo
.mcfly/history.db
.ssh/control_masters
.ssh/id_ed25519
.ssh/id_ed25519_*
.ssh/known_hosts
14 changes: 7 additions & 7 deletions .ssh/config
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@
# https://openssh.com
# https://man.openbsd.org/ssh_config

# Host *
# IgnoreUnknown UseKeychain # macOS-only
Host *
IgnoreUnknown UseKeychain # macOS-only

# Authentication
# UseKeychain yes
# AddKeysToAgent yes
UseKeychain yes
AddKeysToAgent yes

# SSH multiplexing
# ControlMaster auto
# ControlPath ~/.cache/ssh/sessions/%r@%h:%p
# ControlPersist yes
ControlMaster auto
ControlPath ~/.ssh/control_masters/%r@%h:%p
ControlPersist yes

0 comments on commit a3f7d8a

Please sign in to comment.