Skip to content

Commit

Permalink
Use hash for ControlPath to keep it short (#32)
Browse files Browse the repository at this point in the history
* Use hash for ControlPath to keep it short

* Shorten default farmshare ControlPath
  • Loading branch information
neutrinonerd3333 authored and vsoch committed Oct 13, 2019
1 parent aadbc54 commit 22aa823
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion hosts/farmshare_ssh.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ echo "Host farmshare
GSSAPIAuthentication yes
ControlMaster auto
ControlPersist yes
ControlPath ~/.ssh/%l%r@%h:%p"
ControlPath ~/.ssh/%C"
2 changes: 1 addition & 1 deletion hosts/sherlock_ssh.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ echo "Host sherlock
GSSAPIAuthentication yes
ControlMaster auto
ControlPersist yes
ControlPath ~/.ssh/%l%r@%h:%p"
ControlPath ~/.ssh/%C"

0 comments on commit 22aa823

Please sign in to comment.