File tree Expand file tree Collapse file tree 1 file changed +7
-5
lines changed
Expand file tree Collapse file tree 1 file changed +7
-5
lines changed Original file line number Diff line number Diff line change @@ -1056,16 +1056,18 @@ You can find more examples in the `examples` directory of this repository.
10561056
10571057 * ** comments** - _ string_ - Any text that comes after the software name/version.
10581058
1059- Example: the identification string ` SSH-2.0-OpenSSH_6.6.1p1 Ubuntu-2ubuntu2 ` would be parsed as:
1059+ Example: the identification string ` SSH-2.0-OpenSSH_6.6.1p1 Ubuntu-2ubuntu2 ` would be parsed as:
10601060
1061- ``` js
1062- { identRaw: ' SSH-2.0-OpenSSH_6.6.1p1 Ubuntu-2ubuntu2' ,
1061+ ``` js
1062+ {
1063+ identRaw: ' SSH-2.0-OpenSSH_6.6.1p1 Ubuntu-2ubuntu2' ,
10631064 version: {
10641065 protocol: ' 2.0' ,
10651066 software: ' OpenSSH_6.6.1p1'
10661067 },
1067- comments: ' Ubuntu-2ubuntu2' }
1068- ```
1068+ comments: ' Ubuntu-2ubuntu2'
1069+ }
1070+ ```
10691071
10701072 * ** ip** - _string_ - The ` remoteAddress` of the connection.
10711073
You can’t perform that action at this time.
0 commit comments