I was having problems upgrading both openssh-client and openssh-server on Debian Squeeze, after finding that both packages had a status of 'ic'. I found that both /usr/bin/ssh and /usr/sbin/sshd had a few attributes set, then were causing the upgrades to fail per this post. Here is a quick run-down from the post:
74 lsattr /usr/bin/ssh
75 chattr -i /usr/bin/ssh
76 chattr -a /usr
↧