From fc0c7839e291acf8f46ed2630aeeff2638ae245d Mon Sep 17 00:00:00 2001 From: Thorsten Sick Date: Mon, 26 Apr 2021 16:38:36 +0200 Subject: [PATCH] Extended windows documentation and added scp workarounds --- doc/source/basics/windows_targets.rst | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/doc/source/basics/windows_targets.rst b/doc/source/basics/windows_targets.rst index 18a6e2e..c9c4410 100644 --- a/doc/source/basics/windows_targets.rst +++ b/doc/source/basics/windows_targets.rst @@ -75,3 +75,12 @@ To connect from linux call bash:: * The parameters enforce the use of a specific key. You can also drop that into the ssh config Footnote: WinRM failed. I tried. The python code does not support ssh-style "disown". Vagrant files needed a special configuration-and sometimes failed connecting to the windows host properly. Base problem was that it does not properly support empty passwords (not on python, anyway) - and I used them for auto-login. Because some windows versions are a bit tricky with auto-login settings as they should be. Windows 10 is mutating here like hell. + +SCP from and to Windows +----------------------- + +Just use the user's home folder as entry and do:: + + scp win10:my_logs.zip . + +Reduces the hassle with slashes. \ No newline at end of file