(rawCommand string)
| 1275 | } |
| 1276 | |
| 1277 | func isLoginShell(rawCommand string) bool { |
| 1278 | return len(rawCommand) == 0 |
| 1279 | } |
| 1280 | |
| 1281 | // isQuietLogin checks if the SSH server should perform a quiet login or not. |
| 1282 | // |
no outgoing calls
no test coverage detected