mirror of
https://github.com/tailscale/tailscale.git
synced 2025-08-13 14:43:19 +00:00
ssh/tailssh: fix /usr/bin/login args on macOS
Fixes #4931 Signed-off-by: Adam Eijdenberg <adam@continusec.com>
This commit is contained in:

committed by
Brad Fitzpatrick

parent
35782f891d
commit
7f807fef6c
@@ -173,3 +173,7 @@ func maybeStartLoginSessionLinux(logf logger.Logf, ia incubatorArgs) (func() err
|
||||
}
|
||||
return nil, nil
|
||||
}
|
||||
|
||||
func (ia *incubatorArgs) loginArgs() []string {
|
||||
return []string{ia.loginCmdPath, "-f", ia.localUser, "-h", ia.remoteIP, "-p"}
|
||||
}
|
||||
|
Reference in New Issue
Block a user