Disable ssh agent. Get PWs from Keepass.
This commit is contained in:
parent
adfbdb470e
commit
fc66a0f954
@ -7,6 +7,14 @@ servers = (
|
||||
tls_verify = "yes";
|
||||
autoconnect = "yes";
|
||||
},
|
||||
{
|
||||
address = "eu.tilde.chat";
|
||||
chatnet = "tildeverse";
|
||||
port = "6697";
|
||||
use_tls = "yes";
|
||||
tls_verify = "yes";
|
||||
autoconnect = "yes";
|
||||
},
|
||||
{ address = "open.ircnet.net"; chatnet = "IRCnet"; port = "6667"; }
|
||||
);
|
||||
|
||||
|
@ -7,6 +7,8 @@ ControlPath ~/.ssh/sockets/socket-%r@%h:%p
|
||||
VerifyHostKeyDNS yes
|
||||
AddKeysToAgent yes
|
||||
ForwardAgent no
|
||||
ForwardX11 no
|
||||
PKCS11Provider /usr/local/lib/pkcs11/opensc-pkcs11.so
|
||||
|
||||
Host cshpc
|
||||
Hostname cshpc.rrze.uni-erlangen.de
|
||||
@ -14,77 +16,62 @@ User unrz254
|
||||
|
||||
Host csnhr
|
||||
Hostname csnhr.nhr.fau.de
|
||||
ForwardAgent no
|
||||
User unrz254
|
||||
|
||||
Host moodle
|
||||
Hostname moodle.nhr.fau.de
|
||||
ForwardAgent no
|
||||
User moodle
|
||||
|
||||
Host moebiusband
|
||||
Hostname server.moebiusband.org
|
||||
ForwardAgent no
|
||||
User jan
|
||||
|
||||
Host fritz
|
||||
HostName fritz
|
||||
ForwardAgent no
|
||||
User unrz254
|
||||
ProxyJump cshpc
|
||||
|
||||
Host alex
|
||||
HostName alex
|
||||
ForwardAgent no
|
||||
User unrz254
|
||||
ProxyJump cshpc
|
||||
|
||||
Host meggie
|
||||
HostName meggie
|
||||
ForwardAgent no
|
||||
User unrz254
|
||||
ProxyJump cshpc
|
||||
|
||||
Host testfront
|
||||
HostName testfront
|
||||
ForwardAgent no
|
||||
User unrz254
|
||||
ProxyJump cshpc
|
||||
|
||||
Host monitoring
|
||||
Hostname monitoring.nhr.fau.de
|
||||
ForwardAgent no
|
||||
User jan
|
||||
ProxyJump cshpc
|
||||
|
||||
Host monitoring-test
|
||||
Hostname monitoring-test.nhr.fau.de
|
||||
ForwardAgent no
|
||||
User unrz254
|
||||
ProxyJump cshpc
|
||||
|
||||
Host gondor
|
||||
Hostname 192.168.1.130
|
||||
ForwardAgent no
|
||||
|
||||
Host rohan
|
||||
HostName rohan
|
||||
ForwardAgent no
|
||||
User jan
|
||||
ProxyJump cshpc
|
||||
|
||||
ProxyJump cshpc
|
||||
Host gitolite
|
||||
Hostname moebiusband.org
|
||||
ForwardAgent no
|
||||
Hostname server.moebiusband.org
|
||||
User gitolite3
|
||||
|
||||
Host github
|
||||
Hostname github.com
|
||||
ForwardAgent no
|
||||
User git
|
||||
|
||||
Host rrze-git
|
||||
Hostname gitlab.rrze.uni-erlangen.de
|
||||
ForwardAgent no
|
||||
User git
|
||||
|
@ -19,8 +19,10 @@ alias ccd='chezmoi cd'
|
||||
alias cdi='chezmoi diff'
|
||||
alias cap='chezmoi apply'
|
||||
|
||||
{{- if ne .chezmoi.os "openbsd" }}
|
||||
zstyle :omz:plugins:keychain agents ssh
|
||||
zstyle :omz:plugins:keychain identities {{ .sshkey }}
|
||||
{{- end }}
|
||||
source $ZSH/oh-my-zsh.sh
|
||||
|
||||
export LC_ALL=en_US.UTF-8
|
||||
|
@ -5,7 +5,7 @@
|
||||
IMAPAccount moebius
|
||||
Host mail.moebiusband.org
|
||||
User jan
|
||||
PassCmd "keepassxc-cli show /home/jan/doc/private/Passwords.kdbx server/moebiusband.org -a password"
|
||||
Pass {{ (keepassxc "moebiusband.org").Password }}
|
||||
SSLType IMAPS
|
||||
SSLVersions TLSv1.2
|
||||
CertificateFile /etc/ssl/cert.pem
|
Loading…
Reference in New Issue
Block a user