himanshub16 / himanshub16/ProxyMan
Support for SSH
- Dominant language
- Shell
- Stars
- 710
- Forks
- 116
- PR merge metrics
- No merged PRs in 30d
Description
The ssh configuration can be as follows:
```
# Github
Host github.com
User git
HostName github.com
IdentityFile ~/.ssh/id_rsa_gitall
ProxyCommand socat - PROXY::%h:%p,proxyport=
# Gitlab
Host gitlab.com
User git
HostName altssh.gitlab.com
Port 443
IdentityFile ~/.ssh/id_rsa_gitall
ProxyCommand socat - PROXY::%h:%p,proxyport=
```
I appreciate it if the can support edit/change .ssh/config file.
Contributor guide
No contributing guide indexed for this repository
Research direction
The issue names no repository file, test, or entry point. Start by tracing ProxyMan’s proxy-configuration command and any SSH handling, then compare the behavior with the supplied ~/.ssh/config example; done means the requested SSH configuration support is implemented and verified.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- shell
- Domain
- cli, networking
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100