Socat:允许重新连接到会话

发布于 2024-12-08 08:07:15 字数 403 浏览 0 评论 0原文

我可以使用本地 PTY 链接设置 SSH 连接 - 我希望能够向远程端发送一些触发器,然后使用 screen 或 minicom 连接到会话,即:

socat PTY,link=/tmp/foo,raw,echo=0 EXEC:"ssh otherbox"

(或后台 socat)中

echo "securepassword|sudo -S bash"
screen /tmp/foo

然后在另一个窗口 问题是 - 在回显之后,socat 断开 EXEC - 而不是保持它打开以便 PTY 连接继续。

有什么想法吗? (我可以用expect或empty-expect来做到这一点,但它对前者很感兴趣,而缓冲则在会话的交互部分中搞砸了后者。)

I can setup an SSH connection with a local PTY link - and I want to be able to send some triggers to the remote end, then use screen or minicom to connect to the session ie:

socat PTY,link=/tmp/foo,raw,echo=0 EXEC:"ssh otherbox"

Then in another window (or background the socat)

echo "securepassword|sudo -S bash"
screen /tmp/foo

The trouble is - after the echo, socat disconnects the EXEC - rather than keeping it open so that the PTY connection carries on.

Any ideas? (I can sort of do this with expect or empty-expect, but its a faf with the former and buffering screws up the latter for the interactive part of the session.)

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文