-
使用trzsz ssh xxx登录远程后,如果调整字体或者窗口的大小,终端中的窗口无法实时做出响应和变化。
![image](https://github.com/trzsz/trzsz-go/assets/25839309/a2a2cc42-0238-4163-a148-9d27da1232cb)
-
trzsz seems not supported in Konsole (Debian tesing, KDE).
anybond konw how to have the same experience on Linux just like Xshell on win10?
I desire quickly download and upload file between remote …
-
```
Host test
HostName www.baidu.com
port 22
user root
IdentityFile ~/.ssh/baidu/id_rsa
PubkeyAcceptedKeyTypes +ssh-rsa
HostKeyAlgorithms +ssh-rsa
```
例如一个配置文件中的定义,路径可能不在` .ssh`目录下。
-
### Problem description
I can't compile typescipt code neiteher with `tsc file.ts` nor with `npx tsc file.ts`
when i run `tsc file.ts` i get :
```
No command tsc found, did you mean:
Comma…
-
日志文件一直在变化,如果我不打包直接下载会产生read size不等于原始大小问题,这个需要优化吗
![image](https://github.com/trzsz/trzsz-go/assets/44863479/50212b5d-55fe-43a0-82e0-cf2fa240f72a)
-
如题
-
mac系统,我使用 xtermjs5.1.0,trzszjs, go wails,浏览器端可以正常打开文件窗口,但是打包成客户端后无法打开文件选择窗口,
我使用的antdv自带的上传组件是可以打开选择窗口的,这个要怎么弄下呢
-
Updated secureli via WSL and homebrew, and my application was updated to 0.3.2, but the latest release for secureli is 0.4.5.
-
使用tssh连接上远程终端后,无法使用方向上下键选择之前的命令
Windows terminal 1.16.10261.0
go version: 1.20.4
-
read private key [~/.ssh/dev] failed: open ~/.ssh/dev: no such file or directory
实际上这个文件是存在的,macos 系统
ssh config 这样配置的
Host dev
HostName %h
Port 22
User root
IdentityFile…