Wad1970 |
|
|
|
|
|
|
|
Пункты: 3734 |
Регистрация: 24.11.2014 |
|
|
|
Не могу запустить Qt creator в Debian 10.
Не работает и puttu через ssh.
"Software caused connection abort"
Похоже порт 22 закрыт фаерволом
По умолчанию работает iptable-nft. Пишет Failed to initialize nft...
Переключился на Iptable-legacy.
Но при попытке настроить порт 22 тоже ругается -
sudo iptables -I INPUT -p tcp -m tcp --dport 22 -j ACCEPT
modprobe: ERROR: ,./1ibkmod/ libkmod,c:586 kmod_search.moddep() could not open moddep File '/lib/modules/4,14,98-2,3,0+/modules,dep.bin’
modprobe: FATAL: Moadule iptables not found in directory /Lib/modules/4,14,98-2,3,0¢
iptables v1.8.2 (legacy): can't initialize iptables table ‘filter’: Table does not exist (do you need to insmod?)
Что можно сделать? |
|
|
|
|
|
Wad1970 |
|
|
|
|
|
|
|
Пункты: 3734 |
Регистрация: 24.11.2014 |
|
|
|
Получилось запустить ssh - дело было не в порте похоже
Сделал dpkg-reconfigure openssh-server
В sshd_config разрешил PermitRootLogin Yes
и сконфигурировал ключи ssh root@192.168..
Тест QtCreator прошел. |
|
|
|
|
|
|