today I ran into problems with PAM and bumped into the function do_pam_set_tty(), which is defined, but never used, if I see right: $ git grep do_pam_set_tty auth-pam.c:do_pam_set_tty(const char *tty) auth-pam.h:void do_pam_set_tty(const char *); There is basically duplicate code in sshpam_init(). In the git, last usage of this function was removed in 2008 [1]. I don't think it makes sense to keep it. [1] https://github.com/openssh/openssh-portable/commit/52358d6d
Done, thanks.
closing resolved bugs as of 8.6p1 release