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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Show HN: Secure Shell Manager

2 点作者 lfaoro大约 1 个月前
SSM allows easy connection to SSH servers, hosts filtering, editing, command execution and file transfer.

1 comment

lfaoro大约 1 个月前
The tool is simple, looks around in default locations for your ssh_configs and parses them as detailed by <a href="https:&#x2F;&#x2F;man.openbsd.org&#x2F;ssh_config.5" rel="nofollow">https:&#x2F;&#x2F;man.openbsd.org&#x2F;ssh_config.5</a><p>Loads the data into a terminal UI and provides keybinds to interact with the data.<p>Under the hood nothing changes, system-wide utilities ssh, sftp, mosh, sshpass are used if present.<p>We could say, it&#x27;s just a wrapper around ssh_config w&#x2F; some convenience methods built-in and a list of free, disposable shell servers one can easily access for testing.<p>Written in Go w&#x2F; a touch of urfave&#x2F;cli &amp; bubbletea.