New comment by xtraeme on void-packages repository https://github.com/void-linux/void-packages/issues/12486#issuecomment-502711412 Comment: Yeah, it's disabled by default because I didn't think it's needed commonly. You can still build your own openssh and set it to `hold` or `repolock` modes to always keep it: ``` $ ./xbps-src -o gssapi pkg openssh # xbps-install --repository=hostdir/binpkgs -yvf openssh # xbps-pkgdb -m hold|repolock openssh ``` Thanks for the report!