outposts: fix indentation in generated SSH Config
This commit is contained in:
@ -54,8 +54,8 @@ class DockerInlineSSH:
|
|||||||
self.header,
|
self.header,
|
||||||
f"Host {self.host}\n",
|
f"Host {self.host}\n",
|
||||||
f" IdentityFile {key_path}\n",
|
f" IdentityFile {key_path}\n",
|
||||||
" StrictHostKeyChecking No\n",
|
" StrictHostKeyChecking No\n",
|
||||||
" UserKnownHostsFile /dev/null\n",
|
" UserKnownHostsFile /dev/null\n",
|
||||||
f"{FOOTER}\n",
|
f"{FOOTER}\n",
|
||||||
"\n",
|
"\n",
|
||||||
]
|
]
|
||||||
|
Reference in New Issue
Block a user