Skip to content

feat: add ssh support over wireguard #2642

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Jun 24, 2022
Merged

feat: add ssh support over wireguard #2642

merged 2 commits into from
Jun 24, 2022

Conversation

coadler
Copy link
Contributor

@coadler coadler commented Jun 24, 2022

No description provided.

@coadler coadler self-assigned this Jun 24, 2022
@coadler coadler requested a review from kylecarbs June 24, 2022 20:37
"inet.af/netaddr"
)

func (n *Network) SSH(ctx context.Context, ip netaddr.IP) (net.Conn, error) {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is fine for now, but we should probably keep this in the agent package eventually to separate concerns of networking and handshakes over our specific protocol implementations.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

True

@coadler coadler merged commit 6aed58f into main Jun 24, 2022
@coadler coadler deleted the colin/wg-ssh branch June 24, 2022 21:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants