properly indent ssh config example
This commit is contained in:
parent
06eb5ad47f
commit
0af268da4e
1 changed files with 2 additions and 2 deletions
|
|
@ -270,8 +270,8 @@ type sshResult struct {
|
|||
// configuration for a single codespace. For example:
|
||||
//
|
||||
// Host {{Name}}.{{EscapedRef}
|
||||
// User {{SSHUser}
|
||||
// ProxyCommand {{GHExec}} cs ssh -c {{Name}} --stdio
|
||||
// User {{SSHUser}
|
||||
// ProxyCommand {{GHExec}} cs ssh -c {{Name}} --stdio
|
||||
//
|
||||
// EscapedRef is included in the name to help distinguish between codespaces
|
||||
// when tab-completing ssh hostnames. '/' characters in EscapedRef are
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue