Added ssh config and gpg config
This commit is contained in:
parent
8cce6f1301
commit
ff469b2ddc
2 changed files with 16 additions and 2 deletions
|
@ -6,5 +6,5 @@ auto-key-locate local
|
|||
# It will disable options before this marked block, but it will
|
||||
# never change anything below these lines.
|
||||
|
||||
|
||||
default-key 3159FF4CB13EBFB4
|
||||
use-agent
|
||||
default-key 3159FF4CB13EBFB4
|
||||
|
|
14
.ssh/config
Normal file
14
.ssh/config
Normal file
|
@ -0,0 +1,14 @@
|
|||
#ControlMaster auto
|
||||
#ControlPath ~/.ssh/controlmasters/%r@%h:%p
|
||||
CanonicalizeHostname yes
|
||||
CanonicalDomains home.ld linux-help.org
|
||||
CanonicalizeMaxDots 1
|
||||
CanonicalizeFallbackLocal yes
|
||||
|
||||
GSSAPIAuthentication no
|
||||
GSSAPIDelegateCredentials no
|
||||
|
||||
Include config.d/*.inc
|
||||
IdentityAgent /run/user/%i/gnupg/S.gpg-agent.ssh
|
||||
#RemoteForward /run/user/%i/gnupg/S.gpg-agent /run/user/%i/gnupg/S.gpg-agent.extra
|
||||
|
Loading…
Reference in a new issue