All checks were successful
ShellCheck / Shell syntax checker (push) Successful in 21s
9 lines
240 B
Bash
9 lines
240 B
Bash
#!/bin/sh
|
|
# Qubes App Split SSH Script
|
|
|
|
# safeguard - Qubes notification bubble for each ssh request
|
|
notify-send "[$(qubesdb-read /name)] SSH agent access from: $QREXEC_REMOTE_DOMAIN"
|
|
|
|
# SSH connection
|
|
socat - "UNIX-CONNECT:$SSH_AUTH_SOCK"
|