mirror of
https://github.com/sstent/vmimages.git
synced 2026-01-25 14:41:44 +00:00
sync
This commit is contained in:
@@ -107,7 +107,7 @@ programs = {
|
||||
ExecStart = "${pkgs.writeShellScript "start-proxy" ''
|
||||
#!/bin/bash
|
||||
set -x
|
||||
rm -f /home/sstent/.ssh/wsl-ssh-agent.sock
|
||||
${pkgs.core-utils}/bin/rm -f /home/sstent/.ssh/wsl-ssh-agent.sock
|
||||
${pkgs.util-linux}/bin/setsid ${pkgs.socat}/bin/socat UNIX-LISTEN:/home/sstent/.ssh/wsl-ssh-agent.sock,fork EXEC:"${pkgs.npiperelay}/bin/npiperelay.exe -ei -s //./pipe/openssh-ssh-agent",nofork
|
||||
''}";
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user