mirror of
https://github.com/adferrand/docker-backuppc.git
synced 2023-11-05 04:40:26 +01:00
Disabling strict hostkey checking. As per the comment this should be the intended behavior.
This commit is contained in:
parent
21b72883d2
commit
7604337c70
@ -35,7 +35,7 @@ supervisor rsync samba-client iputils openssh openssl rrdtool msmtp lighttpd lig
|
|||||||
|
|
||||||
# Disable strict host key checking
|
# Disable strict host key checking
|
||||||
&& sed -i -e 's/^# Host \*/Host */g' /etc/ssh/ssh_config \
|
&& sed -i -e 's/^# Host \*/Host */g' /etc/ssh/ssh_config \
|
||||||
&& sed -i -e 's/^# StrictHostKeyChecking ask/ StrictHostKeyChecking yes/g' /etc/ssh/ssh_config \
|
&& sed -i -e 's/^# StrictHostKeyChecking ask/ StrictHostKeyChecking no/g' /etc/ssh/ssh_config \
|
||||||
|
|
||||||
# Get BackupPC, it will be installed at runtime to allow dynamic upgrade of existing config/pool
|
# Get BackupPC, it will be installed at runtime to allow dynamic upgrade of existing config/pool
|
||||||
&& curl -o /root/BackupPC-$BACKUPPC_VERSION.tar.gz -L https://github.com/backuppc/backuppc/releases/download/$BACKUPPC_VERSION/BackupPC-$BACKUPPC_VERSION.tar.gz \
|
&& curl -o /root/BackupPC-$BACKUPPC_VERSION.tar.gz -L https://github.com/backuppc/backuppc/releases/download/$BACKUPPC_VERSION/BackupPC-$BACKUPPC_VERSION.tar.gz \
|
||||||
|
Loading…
Reference in New Issue
Block a user