usar yubikey-agent y correr runit en gnome
This commit is contained in:
parent
781a30673a
commit
daa02a7850
4 changed files with 16 additions and 2 deletions
|
@ -1,8 +1,12 @@
|
|||
if ! "$REMOTE"
|
||||
set --erase SSH_AGENT_PID
|
||||
# if [ "${gnupg_SSH_AUTH_SOCK_by:-0}" -ne $$ ]; then
|
||||
export SSH_AUTH_SOCK="$XDG_RUNTIME_DIR/yubikey-agent.sock"
|
||||
if ! pgrep yubikey-agent >/dev/null
|
||||
nohup yubikey-agent -l "$SSH_AUTH_SOCK" 2>/dev/null &
|
||||
end
|
||||
# Start if not started
|
||||
gpg-agent --daemon 2>/dev/null
|
||||
export SSH_AUTH_SOCK="$(gpgconf --list-dirs agent-ssh-socket)"
|
||||
# gpg-agent --daemon 2>/dev/null
|
||||
# export SSH_AUTH_SOCK="$(gpgconf --list-dirs agent-ssh-socket)"
|
||||
# fi
|
||||
end
|
||||
|
|
3
.config/sv/yubikey-agent/run
Executable file
3
.config/sv/yubikey-agent/run
Executable file
|
@ -0,0 +1,3 @@
|
|||
#!/bin/sh
|
||||
export SSH_AUTH_SOCK="$XDG_RUNTIME_DIR/yubikey-agent.sock"
|
||||
exec yubikey-agent -l "$SSH_AUTH_SOCK"
|
6
.local/share/applications/runit.desktop
Normal file
6
.local/share/applications/runit.desktop
Normal file
|
@ -0,0 +1,6 @@
|
|||
[Desktop Entry]
|
||||
Name=Start Runit
|
||||
Comment=Inicia runit y corre servicios
|
||||
Exec=runsvdir /home/diablo/.local/share/service .............
|
||||
Terminal=false
|
||||
Type=Application
|
1
.local/share/service/yubikey-agent
Symbolic link
1
.local/share/service/yubikey-agent
Symbolic link
|
@ -0,0 +1 @@
|
|||
/home/diablo/.config/sv/yubikey-agent
|
Loading…
Reference in a new issue