-
Type:
Suggestion
-
Resolution: Unresolved
-
None
-
Component/s: Documentation (User)
-
0
-
6
The current SCP and SSH tasks documentation does not show the supported SSH server for Windows
https://confluence.atlassian.com/display/BAMBOO/Using+the+SCP+task+in+Bamboo
https://confluence.atlassian.com/display/BAMBOO/Using+the+SSH+task+in+Bamboo
It would be better if there is a list of Supported SSH server for Windows since some SSH servers (that only works with SFTP) will not work well with Bamboo SCP and SSH tasks
It should state that Bamboo SSH task is sending command to the server instead of accessing the remote server interactively, eg:
ssh username@remotehost "ls -al"