mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-14 12:51:04 +00:00
Redacted IP addresses under SSH_CLIENT & SSH_CONNECTION (#49991)
This commit is contained in:
committed by
Alicia Cozine
parent
4d0f2e632c
commit
1e647db8dc
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user