Skip to content

Commit 40503ef

Browse files
Maisem Alimaisem
Maisem Ali
authored andcommitted
ssh/tailssh: fix logging typo
Signed-off-by: Maisem Ali <maisem@tailscale.com>
1 parent 412c4c5 commit 40503ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ssh/tailssh/tailssh.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -590,7 +590,7 @@ func (c *conn) handleSessionPostSSHAuth(s ssh.Session) {
590590

591591
ss := c.newSSHSession(s)
592592
ss.logf("handling new SSH connection from %v (%v) to ssh-user %q", c.info.uprof.LoginName, c.info.src.IP(), c.localUser.Username)
593-
ss.logf("access granted to %v as ssh-user %q", c.info.uprof.LoginName, c.localUser.Name)
593+
ss.logf("access granted to %v as ssh-user %q", c.info.uprof.LoginName, c.localUser.Username)
594594
ss.run()
595595
}
596596

0 commit comments

Comments
 (0)