-
Notifications
You must be signed in to change notification settings - Fork 174
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 не подключается к старым серверам esxi без специфичных настроек. #2524
Comments
а можно увидеть что на той системе печатает последовательность команд:
|
а так же:
|
ls -f -l -A -H .
ls: invalid option -- 'f'
BusyBox v1.20.2 (2012-12-11 11:54:28 PST) multi-call binary.
Usage: ls [-1AaCxdLHRFplinsehrSXvctu] [-w WIDTH] [FILE]...
List directory contents
-1 One column output
-a Include entries which start with .
-A Like -a, but exclude . and ..
-C List by columns
-x List by lines
-d List directory entries instead of contents
-L Follow symlinks
-H Follow symlinks on command line
-R Recurse
-p Append / to dir entries
-F Append indicator (one of */=@|) to entries
-l Long listing format
-i List inode numbers
-n List numeric UIDs and GIDs instead of names
-s List allocated blocks
-e List full date and time
-h List sizes in human readable format (1K 243M 2G)
-r Sort in reverse order
-S Sort by size
-X Sort by extension
-v Sort by version
-c With -l: sort by ctime
-t With -l: sort by mtime
-u With -l: sort by atime
-w N Assume the terminal is N columns wide
--color[={always,never,auto}] Control coloring
echo $?
1 readlink /bin/sh
/usr/lib/vmware/busybox/bin/busybox
busybox
-sh: busybox: not found
echo $?
127 |
а можете собрать тестовый far2l из ветки busybox-dbg-2524 и попробовать с ним? |
попробовал: приходит Authentication - retry на стороне esxi: 2024-12-04T21:29:03Z sshd[173848750]: /etc/ssh/sshd_config line 7: Deprecated option UsePrivilegeSeparation
2024-12-04T21:29:03Z sshd[173848750]: /etc/ssh/sshd_config line 15: Unsupported option PrintLastLog
2024-12-04T21:29:03Z sshd[173848750]: Connection from 192.168.0.1 port 60798
2024-12-04T21:29:04Z sshd[173848750]: Received disconnect from 192.168.0.1 port 60798:11: Bye Bye [preauth]
2024-12-04T21:29:04Z sshd[173848750]: Disconnected from authenticating user user 192.168.0.1 port 60798 [preauth]
2024-12-04T21:29:05Z sshd[173848754]: /etc/ssh/sshd_config line 7: Deprecated option UsePrivilegeSeparation
2024-12-04T21:29:05Z sshd[173848754]: /etc/ssh/sshd_config line 15: Unsupported option PrintLastLog
2024-12-04T21:29:05Z sshd[173848754]: Connection from 192.168.0.1 port 33692
2024-12-04T21:29:05Z sshd[173848754]: Received disconnect from 192.168.0.1 port 33692:11: Bye Bye [preauth]
2024-12-04T21:29:05Z sshd[173848754]: Disconnected from authenticating user user 192.168.0.1 port 33692 [preauth]
2024-12-04T21:29:06Z sshd[173848761]: /etc/ssh/sshd_config line 7: Deprecated option UsePrivilegeSeparation
2024-12-04T21:29:06Z sshd[173848761]: /etc/ssh/sshd_config line 15: Unsupported option PrintLastLog
2024-12-04T21:29:06Z sshd[173848761]: Connection from 192.168.0.1 port 33696
2024-12-04T21:29:06Z sshd[173848761]: Received disconnect from 192.168.0.1 port 33696:11: Bye Bye [preauth]
2024-12-04T21:29:06Z sshd[173848761]: Disconnected from authenticating user user 192.168.0.1 port 33696 [preauth] |
При interactive logon:
|
..ии что в результате в NetRocks происходит при interactive logon? |
При interactive все хорошо. Вывод команды:
|
А то есть пофиксилось? ну ок, а вот что касается поддержки не интерактивного входа - то тут ничего не починить, раз сервер в него не умеет. Можно разве что сделать автодетект - типа пробовать вначале неинтерактивный, а потом интерактивный вход, но тогда возникают некоторые ньюансы:
|
Да пофиксилось, теперь все работает как и было задуманно. |
Соединение из NetRocks с старыми серверами
на некоторые старые сервера вход получается только при выставленном в [ Protocol options ] ⇒ Authentication: ⇒ Interactive login / [ Настр. протокола ] ⇒ Авторизация: ⇒ Интерактивный логин
shell на него не работает, scp из NetRocks удалось подружить, но фар ничего не выводит. Посмотрел логи:
Пришла команда:
'LC_TIME=C LS_COLORS= ls -f -l -A -H . '
И сразу ошибка на флаг -f с выводом справки на busybox.
Но при Interactive login все работает нормально.
The text was updated successfully, but these errors were encountered: