|
|
0d286bb5c8
|
fix: 默认远程连接加 -t 分配伪终端,改用 tmux new -A
ssh 携带命令时不分配 PTY,导致 tmux 报 open terminal failed:
not a terminal、回退 shell 无提示符。未传 $2 时改用 ssh_opts="-Y -t",
默认命令改为 tmux new -A(有会话则附加,无则新建)。
Co-Authored-By: AtomCode (deepseek-v4-flash) <noreply@atomgit.com>
|
2026-08-24 00:54:01 +08:00 |
|
|
|
9ca03f5401
|
feat: ssh.sh 未传 $2 时默认在远程附加 tmux 会话
有 tmux 则执行 tmux a,无可附加会话时自动开新会话(tmux a || tmux new),
无 tmux 则回退到交互式 shell。
Co-Authored-By: AtomCode (deepseek-v4-flash) <noreply@atomgit.com>
|
2026-08-24 00:36:31 +08:00 |
|
Luk
|
4cf98bc2cc
|
u
|
2026-03-07 15:11:16 +08:00 |
|
Luk
|
2a2be82375
|
u
|
2026-02-06 18:47:43 +08:00 |
|
|
|
5920cde656
|
u
|
2026-02-01 19:17:14 +08:00 |
|
|
|
f01868e246
|
u
|
2026-02-01 19:12:37 +08:00 |
|
root
|
c5e6fdcbf5
|
add tailscale scripts
|
2026-01-31 00:17:02 +08:00 |
|
Luk
|
032fed7913
|
u
|
2026-01-18 22:45:46 +08:00 |
|
Luk
|
edb1f40cf1
|
change === and >>> to ::*** and ***::
|
2024-12-21 15:01:18 +08:00 |
|
Luk
|
c063e02f1e
|
change "echo ===" to "echo #<<<" to avoid confusing when searching for ===
|
2024-12-13 20:09:17 +08:00 |
|