=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/ssh/readconf.c,v retrieving revision 1.327 retrieving revision 1.328 diff -u -r1.327 -r1.328 --- src/usr.bin/ssh/readconf.c 2020/04/03 02:27:12 1.327 +++ src/usr.bin/ssh/readconf.c 2020/04/03 03:12:11 1.328 @@ -1,4 +1,4 @@ -/* $OpenBSD: readconf.c,v 1.327 2020/04/03 02:27:12 dtucker Exp $ */ +/* $OpenBSD: readconf.c,v 1.328 2020/04/03 03:12:11 dtucker Exp $ */ /* * Author: Tatu Ylonen * Copyright (c) 1995 Tatu Ylonen , Espoo, Finland @@ -660,7 +660,7 @@ snprintf(uidstr, sizeof(uidstr), "%llu", (unsigned long long)pw->pw_uid); conn_hash_hex = ssh_connection_hash(thishost, host, - portstr, pw->pw_name); + portstr, ruser); cmd = percent_expand(arg, "C", conn_hash_hex,