Ako som opravoval rozbité ssh?
Tu je chyba:
1. checknem konfig sshd
sshd -t
2. ukázalo mi, že mám zlé práva.... (nečakane :-)
- problém bol, že others mal práva čítania
3. nastavil som správne práva
cd /etc/ssh
chmod 640 ssh_host_*
4. skontroloval som opäť konfiguračný súbor sshd
sshd -t
- už nič nekričalo
5. otočil som sshd
systemctl restart sshd
6. pripojil som sa
Robil som to:
[root@reserv-15-vpn-fw ~]# cat /etc/*release
CentOS Linux release 8.1.1911 (Core)
NAME="CentOS Linux"
VERSION="8 (Core)"
ID="centos"
ID_LIKE="rhel fedora"
VERSION_ID="8"
PLATFORM_ID="platform:el8"
PRETTY_NAME="CentOS Linux 8 (Core)"
ANSI_COLOR="0;31"
CPE_NAME="cpe:/o:centos:centos:8"
HOME_URL="https://www.centos.org/"
BUG_REPORT_URL="https://bugs.centos.org/"
CENTOS_MANTISBT_PROJECT="CentOS-8"
CENTOS_MANTISBT_PROJECT_VERSION="8"
REDHAT_SUPPORT_PRODUCT="centos"
REDHAT_SUPPORT_PRODUCT_VERSION="8"
CentOS Linux release 8.1.1911 (Core)
CentOS Linux release 8.1.1911 (Core)
Seriál ssh: https://zapiskylinuxadmina.blogspot.com/2020/04/ssh-serial.html
Žiadne komentáre:
Zverejnenie komentára