mirror of
https://github.com/tailscale/tailscale.git
synced 2024-11-25 19:15:34 +00:00
ssh/tailssh: fix logging typo
Signed-off-by: Maisem Ali <maisem@tailscale.com>
This commit is contained in:
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…
Reference in New Issue
Block a user