3 lines
62 B
Text
3 lines
62 B
Text
|
#!/bin/sh
|
||
|
exec ssh-agent -D -a "/run/user/$(id -u)/ssh-agent"
|