SSH connection larda " unable to initialize mechanism library" hatasını düzeltmek için aşağıdaki satırlar
/etc/ssh/sshd_config ve /etc/ssh/ssh_config dosyasına eklenir.
echo ' # " unable to initialize mechanism library"
GSSAPIAuthentication no
GSSAPIKeyExchange no
GSSAPIStoreDelegatedCredentials no ' >> /etc/ssh/sshd_config
echo ' GSSAPIAuthentication no
GSSAPIKeyExchange no ' >> /etc/ssh/ssh_config
ve ssh servisi restart edilir.
/etc/init.d/sshd restart
Hiç yorum yok:
Yorum Gönder