Friday, December 3, 2021

SSH no funciona raspbian - Failed to start OpenBSD Secure Shell server.

sudo service sshd restart

Job for ssh.service failed because the control process exited with error code.

See "systemctl status ssh.service" and "journalctl -xe" for details.

-- The unit ssh.service has entered the 'failed' state with result 'exit-code'.

Dec 03 20:28:09 pbeltran.ddns.net systemd[1]: Failed to start OpenBSD Secure Shell server.

-- Subject: A start job for unit ssh.service has failed

-- Defined-By: systemd

ssh -t

ssh: error while loading shared libraries: /usr/lib/aarch64-linux-gnu/libgssapi_krb5.so.2: invalid ELF header

sudo apt-get install libgssapi-krb5-2 --reinstall

sudo service smbd stop

sudo systemctl disable smbd

sudo reboot

ssh: error while loading shared libraries: /usr/lib/aarch64-linux-gnu/libkrb5.so.3: invalid ELF header

sudo apt-get install libk5crypto3 --reinstall

ssh: error while loading shared libraries: /usr/lib/aarch64-linux-gnu/libkrb5.so.3: invalid ELF header

sudo apt-get install -y libkrb5-3 --reinstall


No comments:

Post a Comment