diff --git a/sshd-session.c b/sshd-session.c index be30c8d70..06a72daaf 100644 --- a/sshd-session.c +++ b/sshd-session.c @@ -1,4 +1,4 @@ -/* $OpenBSD: sshd-session.c,v 1.24 2026/06/14 03:59:34 djm Exp $ */ +/* $OpenBSD: sshd-session.c,v 1.25 2026/07/09 02:20:19 djm Exp $ */ /* * SSH2 implementation: * Privilege Separation: @@ -1244,6 +1244,8 @@ main(int ac, char **av) /* Now user is authenticated */ + setproctitle("%s [postauth]", authctxt->user); + /* * Cancel the alarm we set to limit the time taken for * authentication.