You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/content/docs/logs/reference/log-fields/account/ssh_logs.md
+14-14Lines changed: 14 additions & 14 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,67 +19,67 @@ Cloudflare account ID.
19
19
20
20
Type: `string`
21
21
22
-
Source address of the SSH command.
22
+
The source address of the SSH command.
23
23
24
24
## Datetime
25
25
26
26
Type: `int or string`
27
27
28
-
Timestamp in UTC of when this message is being sent.
28
+
The timestamp in UTC of when this message is being sent.
29
29
30
30
## Error
31
31
32
32
Type: `string`
33
33
34
-
SSH error. Only used if an error occurred.
34
+
An SSH error. Only used if an error has occurred.
35
35
36
36
## PTY
37
37
38
38
Type: `string`
39
39
40
-
Used by certain programs when running interactive shells to synchronize local with remote SSH terminal state.
40
+
This is used by certain programs types to synchronize local and remote SSH terminal state.
41
41
42
42
## Payload
43
43
44
44
Type: `string`
45
45
46
-
Captured request/response data, base64-encoded in asciinema .cast format. This includes the command associated with the "exec" program type.
46
+
The captured request/response data, in asciicast v2 format. This includes the command associated with the 'exec' program type.
47
47
48
48
## ProgramFinishDatetime
49
49
50
50
Type: `int or string`
51
51
52
-
The date and time the specific SSH program was completed. This is empty until the program ends.
52
+
The timestamp in UTC of the SSH program termination. This is empty until the program ends.
53
53
54
54
## ProgramID
55
55
56
56
Type: `string`
57
57
58
-
SSH program ID, a single SSH session can have multiple programs running.
58
+
The SSH program ID. A single SSH session can have multiple programs running.
59
59
60
60
## ProgramStartDatetime
61
61
62
62
Type: `int or string`
63
63
64
-
The date and time the specific SSH program started.
64
+
The timestamp in UTC of the SSH program creation.
65
65
66
66
## ProgramType
67
67
68
68
Type: `string`
69
69
70
-
The SSH program being run e.g. "shell": default user's shell on target machine, "exec": execute provided command (used with "cmd" below), "x11": an interactive graphical environment, "direct-tcpip": direct tunneling, "forwarded-tcpip": reverse tunneling
70
+
The SSH program being run. The options are 'shell': opens an interactive terminal, 'exec': execute a single specified command, 'x11': is for an interactive graphical environment, 'direct-tcpip': direct tunneling, 'forwarded-tcpip': reverse tunneling.
71
71
72
72
## ServerAddress
73
73
74
74
Type: `string`
75
75
76
-
Destination address for the SSH command.
76
+
The destination address for the SSH session.
77
77
78
78
## SessionFinishDatetime
79
79
80
80
Type: `int or string`
81
81
82
-
The date and time the SSH session was completed. This is empty until the session ends.
82
+
The timestamp in UTC of the SSH session termination. This is empty until the session ends.
83
83
84
84
## SessionID
85
85
@@ -91,13 +91,13 @@ SSH session ID.
91
91
92
92
Type: `int or string`
93
93
94
-
The date and time the SSH session was created.
94
+
The timestamp in UTC of the SSH session creation.
95
95
96
96
## TargetID
97
97
98
98
Type: `string`
99
99
100
-
Identifier for which target is being accessed.
100
+
The identifier of the target being accessed.
101
101
102
102
## UserEmail
103
103
@@ -115,4 +115,4 @@ Cloudflare user ID.
115
115
116
116
Type: `string`
117
117
118
-
Principal user being accessed on SSH server's machine. Empty if error raised when establishing connection.
118
+
The principal user being accessed on SSH server's machine. This will be empty if an error was thrown when establishing the connection.
0 commit comments