outposts: fix indentation in generated SSH Config
This commit is contained in:
parent
7c0754000c
commit
d8a98e71bd
|
@ -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