Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

NetRocks / Extra connection options / Keepalive #2530

Open
ok512 opened this issue Nov 25, 2024 · 1 comment
Open

NetRocks / Extra connection options / Keepalive #2530

ok512 opened this issue Nov 25, 2024 · 1 comment

Comments

@ok512
Copy link

ok512 commented Nov 25, 2024

Соратники подскажите пожалуйста как правильно Keepalive выставлять в NetRocks?
Вот параметры соединения:

╔═════════════════ Site connection settings ══════════════════╗
║ Display name       :   aaa                            [ A ] ║
║ Protocol           :   sftp                               ↓ ║
║ Host name          :   aaa                                ↓ ║
║ Port number        :   22                                   ║
║ Login mode         :   No password                        ↓ ║
║ Login username     :   root                               ↓ ║
║ Login password     :                                        ║
║ Working directory  :   /home/ubuntu                       ↓ ║
╟─────────────────────────────────────────────────────────────╢
║  [ Extra options ] [ Protocol options ] [ Proxy options ]   ║
╟─────────────────────────────────────────────────────────────╢
║            [ Save ] { Save/Connect } [ Cancel ]             ║
╚═════════════════════════════════════════════════════════════╝
╔══════════════════ SFTP protocol options ═══════════════════╗
║ Authentication:       SSH-agent (by ${SSH_AUTH_SOCK})     ↓║
║                                                            ║
║ Compression:          No compression                      ↓║
║ [ ] Custom subsystem request/exec:                         ║
║                                                            ║
║ Max read block size, bytes:                   32768        ║
║ Max write block size, bytes:                  32768        ║
║ Automatically retry connect, times:           2            ║
║ Connection timeout, seconds:                  20           ║
║ OpenSSH config files: (Default config files)              ↓║
║ Allowed host keys:                                         ║
║ [x] Enable TCP_NODELAY option                              ║
║ [ ] Enable TCP_QUICKACK option                             ║
║ [ ] Ignore time and mode errors                            ║
╟────────────────────────────────────────────────────────────╢
║                     { Ok } [ Cancel ]                      ║
╚════════════════════════════════════════════════════════════╝

~/.ssh/config

ServerAliveInterval·15

Host aaa
	HostName %h
	ProxyJump bastion
	User root
	ForwardAgent yes

Этот ServerAliveInterval·15 должен подхватываться из ~/.ssh/config или нет?
Как-то можно увидеть что происходит или почему?
SecureCRT не отваливается (через тот же bastion) и никаких Anti-idle нём не выставлено...
image

Если выставить Keepalive на этом экране и потом сохранить, то ничего на самом деле не сохраняется...

╔═════════════════ Extra connection options ═════════════════╗
║ Keepalive, seconds  :                               0      ║
║ Time adjust, seconds:                               0      ║
║ Codepage            :            65001 │ UTF8             ↓║
║ Command to execute on connect:                             ║
║                                                            ║
║ Command to execute on disconnect:                          ║
║                                                            ║
║ Extra string passed to command:                            ║
║                                                            ║
║ Limit command execution time, seconds:                 30  ║
║ Extra environment variables available for command process: ║
║ $HOST $PORT $USER $PASSWORD $EXTRA $SINGULAR $STORAGE      ║
╟────────────────────────────────────────────────────────────╢
║                     { Ok } [ Cancel ]                      ║
╚════════════════════════════════════════════════════════════╝
@spnethw
Copy link
Contributor

spnethw commented Nov 25, 2024

Если выставить Keepalive на этом экране и потом сохранить, то ничего на самом деле не сохраняется...

Было исправлено в коммите 0c99e74.
Видимо, у вас более старая версия.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants