-start work on ssh reverse tunnel
This commit is contained in:
0
overview.html
Normal file
0
overview.html
Normal file
8
roles/autossh/tasks/main.yaml
Normal file
8
roles/autossh/tasks/main.yaml
Normal file
@@ -0,0 +1,8 @@
|
||||
---
|
||||
- name: known_hosts
|
||||
known_hosts:
|
||||
path: /root/.ssh/known_hosts
|
||||
name: ssh-jump.dsfinancial.comcast.net
|
||||
key: "{{ lookup('pipe', 'ssh-keyscan -t rsa ssh-jump.dsfinancial.comcast.net') }}"
|
||||
become: true
|
||||
|
||||
Reference in New Issue
Block a user