-
Suggestion
-
Resolution: Unresolved
-
None
-
None
-
8
-
21
-
Currently Bamboo escapes files it sends via SCP to a remote server with single quote. On Windows, depending on:
- SSH server and its configuration escaped path is not handled properly, as a result file arrived on host server is wrapped with single quote, e.g 'my_app.exe'
Scope of the issue:
- Provide better support for cases when SSH server can't handle paths properly.
Workarounds
- The following server handle path properly:
- Set PowerShell as the default Windows shell for SSH:
Run this from an Administrator Powershell session
New-ItemProperty -Path "HKLM:\SOFTWARE\OpenSSH" -Name DefaultShell -Value "C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe" -PropertyType String -Force
- More information: Configuring the default shell for OpenSSH in Windows
[BAM-16279] Provide better support for SCP to Windows servers
UIS | Original: 7 | New: 8 |
UIS | Original: 10 | New: 7 |
Support reference count | Original: 6 | New: 21 |
UIS | Original: 9 | New: 10 |
UIS | Original: 10 | New: 9 |
UIS | Original: 97 | New: 10 |
UIS | Original: 75 | New: 97 |
UIS | Original: 7 | New: 75 |
UIS | Original: 15 | New: 7 |
Remote Link | New: This issue links to "Page (Confluence)" [ 949565 ] |