Main menu:

Site search

Mai 2026
M D M D F S S
 123
45678910
11121314151617
18192021222324
25262728293031

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