Makes Windows SSH agent available in Windows Subsystem for Linux (Debian-based)
Stars
0
Forks
0
Watchers
0
Open Issues
0
Overall repository health assessment
No package.json found
This might not be a Node.js project
30
commits
Modify socat installation to use no-install-recommends
255625bView on GitHubRemove unnecessary repodir variable assignment in install.sh for cleaner code
7371e5dView on GitHubAdd Restart directive to relay-ssh-agent.service for improved reliability
ff667a2View on GitHubAdd fork option to ExecStart in relay-ssh-agent.service for improved socket handling
ea88aefView on GitHubSuppress output when creating ssh-agent.sh to reduce clutter during installation
d5312bbView on GitHubFix escaping in heredoc for ssh-agent.sh to ensure correct variable interpretation
1e1429bView on GitHubUse sudo tee for creating ssh-agent.sh to ensure proper permissions
2ab2ecaView on GitHubRemove installation of set-ssh-agent.sh from install.sh to streamline the setup process
4264738View on GitHubRefactor installation process by integrating relay-ssh-agent.service and ssh-agent.sh directly into install.sh, removing redundant scripts
0bba115View on GitHubAdd debug output for PATH in relay-ssh-agent.sh to assist with troubleshooting
5e00b21View on GitHubFix escaping in PATH export for relay-ssh-agent.sh to ensure correct execution
99ca92cView on GitHubFix escaping in PATH export for relay-ssh-agent.sh to ensure correct execution
13089b9View on GitHub