[elbe-devel] [PATCH] initvmaction: -oUserKnownHostFile=/dev/null removed to avoid

Steih, Martin Martin.Steih at lachmann-rink.de
Mon Feb 17 09:26:51 CET 2025


Signed-off-by: Steih, Martin martin.steih at lachmann-rink.de<mailto:martin.steih at lachmann-rink.de>
---
elbepack/initvmaction.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/elbepack/initvmaction.py b/elbepack/initvmaction.py
index 8f2c750b..9b2c7194 100644
--- a/elbepack/initvmaction.py
+++ b/elbepack/initvmaction.py
@@ -400,7 +400,7 @@ def _submit(args):
def _sync(args):
     top_dir = os.path.dirname(os.path.dirname(os.path.realpath(__file__)))
     excludes = ['.git*', '*.pyc', 'elbe-build*', 'initvm', '__pycache__', 'docs', 'examples']
-    ssh = ['ssh', '-p', str(args.sshport), '-oUserKnownHostsFile=/dev/null']
+    ssh = ['ssh', '-p', str(args.sshport)]
     subprocess.run([
         'rsync', '--info=name1,stats1', '--archive', '--times',
         *[arg for e in excludes for arg in ('--exclude', e)],
--
2.39.5

i. A. Martin Steih
Projektleiter
Entwicklung

[cid:image001.png at 01DB811E.125E6620]<https://www.lachmann-rink.de/>

Lachmann & Rink GmbH
Martin.Steih at lachmann-rink.de<mailto:Martin.Steih at lachmann-rink.de> | www.lachmann-rink.de<https://www.lachmann-rink.de>
fon: +49 2734 2817 430<tel:+49%202734%202817%20430>

Hommeswiese 129, 57258 Freudenberg | Emil-Figge-Straße 91, 44227 Dortmund
Geschäftsführer: Dipl.-Ing. Thore Klein, Dipl.-Inf. Claudius Rink | Amtsgericht Siegen, HRB 2600

Folgen Sie uns per Newsletter<https://www.lachmann-rink.de/newsletter> | LinkedIn<https://www.linkedin.com/company/lachmannrink> | XING<https://www.xing.com/pages/lachmann-rinkgmbh> | kununu<https://www.kununu.com/de/lachmann-rink> | Facebook<https://www.facebook.com/lachmannrink> | Instagram<https://www.instagram.com/lachmannrink> | YouTube<https://www.youtube.com/lachmannrink>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.linutronix.de/pipermail/elbe-devel/attachments/20250217/2cb379d3/attachment-0001.htm>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: image001.png
Type: image/png
Size: 47352 bytes
Desc: image001.png
URL: <http://lists.linutronix.de/pipermail/elbe-devel/attachments/20250217/2cb379d3/attachment-0001.png>


More information about the elbe-devel mailing list