trzsz-ssh
trzsz-ssh copied to clipboard
trzsz-ssh ( tssh ) is an alternative to ssh client, offers additional useful features, such as login prompt, trzsz ( trz / tsz ), batch login, remember password, zmodem ( rz / sz ), etc.
Feature request: 命令行参数取代文件选择框 直接指定宿主机文件路径, 而不用弹出文件对话框选择 优点: 利于批量自动化 例如powershell ` @("host1","host2") | foreach {tssh $_ "pwd;trz --localpath d:/somefile.sh"} `
Windows 11 MSYS2+Putty环境 执行命令如下:👇 ``` tssh --debug -oUdpMode=no s003 debug: C:\Users\lifei\.tssh.conf does not exist debug: open config [C:\Users\lifei\.ssh\config] success debug: decode config [C:\Users\lifei\.ssh\config] success debug: extended config [C:\Users\lifei\.ssh\password] does not...
我已经阅读过 #38 ,明白可以在linux类服务器上通过配置 .bashrc 文件自动修改标题。但对于各类非通用linux操作系统的网络设备,比如说各种专业网络交换机、路由器、防火墙...它们是无法这样配置的。因此,希望作者能在tssh的配置文件中提供一个选项,让每个连接的标题自动修改为 “ 用户名@IP ”的格式(前提当然是这个连接没有在ssh的配置中预先定义),希望作者能考虑一下,谢谢!
Look https://github.com/abakum/dssh If working with ssh certificates is necessary for the development of tssh, I can do PR
### 环境: 本机:Windows 10,Windows Terminal,Powershell 7 服务器: Ubuntu 24.04,lrzsz ### 问题描述: 在输入 rz 命令后,弹出资源管理器窗口,焦点转移到资源管理器窗口。此时 Windows Terminal 窗口不可用(不能点击和输入)。这是正常的。 上传文件后,资源管理器窗口关闭,焦点没有回到 Windows Terminal 窗口,此时不能输入,这就是问题所在。 用鼠标点击 Windows Terminal 窗口,进入焦点,此时才能输入。 sz 类似。 ### 建议: 这个问题导致操作不流畅,望优化。...
**ssh使用示例:** **ssh ‐f ‐w 0:1 192.168.1.15 true** SSH‐BASED VIRTUAL PRIVATE NETWORKS ssh contains support for Virtual Private Network (VPN) tunnelling using the tun(4) network pseudo‐device, allowing two networks to be...
bash shell正常,fish shell中会卡主 https://github.com/user-attachments/assets/9a88881e-17af-4a53-b920-c54699467781
[Chromebrew](https://github.com/chromebrew/chromebrew) `The Missing Package Manager For Chrome OS` [How to create a Chromebrew package](https://github.com/skycocker/chromebrew/wiki/Creating-a-package)
用户名带@符号,连接失败, ```bash tssh '[email protected]'@1.1.1.1 -p 2222 ``` 连接失败 ```bash ssh '[email protected]'@1.1.1.1 -p 2222 ``` 这个可以正常连接