Remove accidental </span> from SSH command output (#31498)
Co-authored-by: Alex Nguyen <150945400+nguyenalex836@users.noreply.github.com>
This commit is contained in:
@@ -100,7 +100,7 @@ Sometimes, system configurations disallow SSH agent forwarding. You can check if
|
||||
```shell
|
||||
$ ssh -v URL
|
||||
# Connect to the specified URL with verbose debug output
|
||||
> OpenSSH_8.1p1, LibreSSL 2.7.3</span>
|
||||
> OpenSSH_8.1p1, LibreSSL 2.7.3
|
||||
> debug1: Reading configuration data /Users/YOU/.ssh/config
|
||||
> debug1: Applying options for example.com
|
||||
> debug1: Reading configuration data /etc/ssh_config
|
||||
|
||||
Reference in New Issue
Block a user