Main menu:

Site search

April 2026
M D M D F S S
 12345
6789101112
13141516171819
20212223242526
27282930  

Categories

Tags

apt-get SSH Update Problem

1. Attribute prüfen:

lsattr /usr/bin/ssh

ist ein i und a enthalten, z.B.

su–ia———— /usr/bin/ssh

2. Attribute zurücksetzen mit

chattr -i /usr/bin/ssh 
chattr -a /usr/bin/ssh

3. Das gleiche nochmal für den sshd:

lsattr /usr/bin/sshd

4. Reset der Attribute a und i:

chattr -i /usr/bin/sshd 
chattr -a /usr/bin/sshd

Write a comment