Compatibility with centos 7
Opened this issue · 0 comments
Deleted user commented
OS Version
CentOS Linux release 7.9.2009 (Core)
SSH Version
OpenSSH_7.4p1, OpenSSL 1.0.2k-fips 26 Jan 2017
Debug Output
[root@cidev-admin osc-k8s-rke-cluster]# cat ssh_config
Host bastion
HostName 148.253.69.216
User outscale
IdentityFile bastion/bastion.pem
IdentitiesOnly yes
UserKnownHostsFile known_hosts
StrictHostKeyChecking accept-new
Host control-plane-0
HostName 10.0.1.10
ProxyJump bastion
User outscale
IdentityFile control-planes/control-plane-0.pem
IdentitiesOnly yes
UserKnownHostsFile known_hosts
StrictHostKeyChecking accept-new
Host worker-0
HostName 10.0.1.19
ProxyJump bastion
User outscale
IdentityFile workers/worker-0.pem
IdentitiesOnly yes
UserKnownHostsFile known_hosts
StrictHostKeyChecking accept-new
Host worker-1
HostName 10.0.1.20
ProxyJump bastion
User outscale
IdentityFile workers/worker-1.pem
IdentitiesOnly yes
UserKnownHostsFile known_hosts
StrictHostKeyChecking accept-new
[root@cidev-admin osc-k8s-rke-cluster]# ssh -F ssh_config bastion
ssh_config line 7: unsupported option "accept-new".
Crash Output
N/A
Expected Behavior
Have terraform deployment compatible with centos 7
Actual Behavior
block on shell_script.bastion-playbook: Still creating...
Steps to Reproduce
run terraform apply with the provided configuration file
Additional Context
remove 'StrictHostKeyChecking accept-new' in ssh_config unblock shell_script.bastion-playbook
References
N/A