Main menu:

Site search

Januar 2026
M D M D F S S
 1234
567891011
12131415161718
19202122232425
262728293031  

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