TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

zssh – Using Golang to implement a zero trust SSH client

4 点作者 dovholuknf9 个月前

2 条评论

dovholuknf9 个月前
The post demonstrates how to build a very simplistic ssh client using the Golang standard library and the golang.org&#x2F;x&#x2F;crypto extended packages. After that, it demonstrates how to remove the IP-based underlay connection with an OpenZiti net.Conn to create a zero trust ssh client - zssh.<p>The full zssh project is availalbe on GitHub at <a href="https:&#x2F;&#x2F;github.com&#x2F;openziti-test-kitchen&#x2F;zssh">https:&#x2F;&#x2F;github.com&#x2F;openziti-test-kitchen&#x2F;zssh</a> (I work on the OpenZiti project and support zssh among other things)
melezhik8 个月前
What zero trust means ?