ssh/tailssh: fix logging typo

Signed-off-by: Maisem Ali <maisem@tailscale.com>
pull/4954/head
Maisem Ali 2 years ago committed by Maisem Ali
parent 412c4c55e2
commit 40503ef07a

@ -590,7 +590,7 @@ func (c *conn) handleSessionPostSSHAuth(s ssh.Session) {
ss := c.newSSHSession(s)
ss.logf("handling new SSH connection from %v (%v) to ssh-user %q", c.info.uprof.LoginName, c.info.src.IP(), c.localUser.Username)
ss.logf("access granted to %v as ssh-user %q", c.info.uprof.LoginName, c.localUser.Name)
ss.logf("access granted to %v as ssh-user %q", c.info.uprof.LoginName, c.localUser.Username)
ss.run()
}

Loading…
Cancel
Save