YAML examples for SSH Server
SSH target with password authentication and proxy
yaml- target: my_ssh_target_action type: SSH name: name host: ubuntu.tests path: /path auth: method: PASSWORD username: buddy password: $password proxy: my_ssh_2 tags: - tag1
With Proxy Inline
yaml- target: ssh_with_proxy_inline type: SSH name: name host: ubuntu.tests auth: method: PASSWORD username: buddy password: $password proxy: host: ubuntu.tests auth: method: PASSWORD username: buddy password: $password
With Permissions
yaml- target: ubuntu_project type: SSH host: ubuntu.testss auth: method: "PASSWORD" username: buddy password: secure!+EeFMrybg4nNIbPaNi51dg==.9aJZfUp7fN1FjqgGWwQKlA== permissions: others: USE_ONLY users: user@gmail.com: MANAGE pipelines: - all: READ_WRITE - project: sroda pipeline: dsadsa123 - project: sroda pipeline: dsadsa