mirror of
https://git.korhonen.cc/FunctionalHacker/dotfiles.git
synced 2024-11-04 18:00:20 +00:00
Fixed yubikey forwarding
Signed-off-by: Marko Korhonen <marko.korhonen@reekynet.com>
This commit is contained in:
parent
7eedb5aa11
commit
ced2cc382f
@ -25,10 +25,12 @@ export DOTREPO="$HOME/Git/dotfiles"
|
||||
export EDITOR=nvim
|
||||
export PAGER="nvimpager -p"
|
||||
|
||||
{%@@ if profile == "Mirkwood" @@%}
|
||||
# use gpg for ssh
|
||||
export GPG_TTY="$(tty)"
|
||||
export SSH_AUTH_SOCK="/run/user/$UID/gnupg/S.gpg-agent.ssh"
|
||||
gpg-connect-agent updatestartuptty /bye > /dev/null
|
||||
{%@@ endif @@%}
|
||||
|
||||
# tehfuk
|
||||
eval $(thefuck --alias)
|
||||
|
@ -22,17 +22,11 @@ host rivendell
|
||||
HostName reekynet.com
|
||||
port 22
|
||||
User gimli
|
||||
RemoteForward /run/user/1001/gnupg/S.gpg-agent /run/user/1000/gnupg/S.gpg-agent.extra
|
||||
ForwardAgent yes
|
||||
ExitOnForwardFailure yes
|
||||
|
||||
host mirkwood
|
||||
HostName reekynet.com
|
||||
port 8123
|
||||
User reekymarko
|
||||
RemoteForward /run/user/1000/gnupg/S.gpg-agent /run/user/1000/gnupg/S.gpg-agent.extra
|
||||
ForwardAgent yes
|
||||
ExitOnForwardFailure yes
|
||||
|
||||
host anitta
|
||||
HostName 10.200.200.4
|
||||
|
Loading…
Reference in New Issue
Block a user