today I'm update my system to 10.1-p26
and then I found the power supply are failure so it can't boot
after I changed the power supply, I can login the system, but start got scrambled text
it appears randomly on any screen output
for example, run
also when
or
if I login from ttyv0 or telnet, the output are fine, so it looks like sshd is corrupted
I have checked the binary by
also compare md5 of /usr/sbin/sshd to other host
the binary looks fine, so I have no idea what's wrong
please tell me what should I check to fix this
and then I found the power supply are failure so it can't boot
after I changed the power supply, I can login the system, but start got scrambled text
it appears randomly on any screen output
for example, run
ls
on /etc twice:
Code:
# ls
X11 ddb.conf fstab inetd.conf mac.conf network.subr pam.d T � � � printcap rc.initdiskless rpc termcap
aliases defaults ftpusers ipf.conf mail networks passwd profile rc.resume security termcap.small
# ls
X11 ddb.conf fstab inetd.conf mac.conf network.subr pam.d printcap rc.initdiskless rpc termcap
aliases defaults ftpusers ipf.conf mail networks passwd profile rc.resume security termcap.small
also when
ssh
into the host, sometimes I got randomly fail:
Code:
hash mismatch
debug1: ssh_rsa_verify: signature incorrect
key_verify failed for server_host_key
Code:
buffer_get_bignum2_ret: negative numbers not supported
key_from_blob: can't read rsa key
debug1: no key from blob. pkalg ssh-rsa
if I login from ttyv0 or telnet, the output are fine, so it looks like sshd is corrupted
I have checked the binary by
freebsd-update IDS
also compare md5 of /usr/sbin/sshd to other host
the binary looks fine, so I have no idea what's wrong
please tell me what should I check to fix this