Redacted IP addresses under SSH_CLIENT & SSH_CONNECTION (#49991)
This commit is contained in:
parent
4d0f2e632c
commit
1e647db8dc
1 changed files with 2 additions and 2 deletions
|
@ -375,8 +375,8 @@ This will return a large amount of variable data, which may look like this on An
|
|||
"SELINUX_USE_CURRENT_RANGE": "",
|
||||
"SHELL": "/bin/bash",
|
||||
"SHLVL": "2",
|
||||
"SSH_CLIENT": "23.253.245.60 55672 22",
|
||||
"SSH_CONNECTION": "23.253.245.60 55672 104.130.127.149 22",
|
||||
"SSH_CLIENT": "REDACTED 55672 22",
|
||||
"SSH_CONNECTION": "REDACTED 55672 REDACTED 22",
|
||||
"USER": "zuul",
|
||||
"XDG_RUNTIME_DIR": "/run/user/1000",
|
||||
"XDG_SESSION_ID": "1",
|
||||
|
|
Loading…
Add table
Reference in a new issue