outposts: fix indentation in generated SSH Config

This commit is contained in:
Jens Langhammer 2022-09-29 09:23:13 +00:00
parent 7c0754000c
commit d8a98e71bd
1 changed files with 2 additions and 2 deletions

View File

@ -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",
] ]