Main menu:

Site search

Dezember 2012
M D M D F S S
 12
3456789
10111213141516
17181920212223
24252627282930
31  

Categories

Tags

Archive for Dezember 22nd, 2012

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