Столкнулся с проблемой странного поведения openssh: $ scp base:/etc/apt/apt.conf.d/tmp.cache.conf.disabled tmp.cache.conf tmp.cache.conf.disabled 100% 60 0.1KB/s 00:00 Inconsistency detected by ld.so: dl-close.c: 811: _dl_close: Assertion `map->l_init_called' fail $ rpm -q glibc glibc-2.23-alt3 $ rpm -q openssh openssh-7.2p2-alt2 $ sudo grep GSS /etc/openssh/ssh_config GSSAPIAuthentication yes GSSAPIDelegateCredentials yes Обнаружил, что это известная и уже решённая проблема: https://bugzilla.redhat.com/show_bug.cgi?id=1398370 https://bugzilla.redhat.com/show_bug.cgi?id=1389881 https://sourceware.org/bugzilla/show_bug.cgi?id=11941