[damned-lies/oscp] Add ssh_config to resources/



commit ad4b163abdf858dc87c1e1583908d8765332159e
Author: Bartłomiej Piotrowski <bpiotrowski gnome org>
Date:   Wed Mar 25 23:24:23 2020 +0100

    Add ssh_config to resources/

 resources/ssh_config  | 5 +++++
 virtualenv/Dockerfile | 2 +-
 2 files changed, 6 insertions(+), 1 deletion(-)
---
diff --git a/resources/ssh_config b/resources/ssh_config
new file mode 100644
index 00000000..9cf39f8d
--- /dev/null
+++ b/resources/ssh_config
@@ -0,0 +1,5 @@
+Host gitlab.gnome.org
+User git 
+IdentityFile ~/.ssh/ssh-privatekey
+StrictHostKeyChecking no
+UserKnownHostsFile=/dev/null
diff --git a/virtualenv/Dockerfile b/virtualenv/Dockerfile
index 52964d62..3b03aa31 100644
--- a/virtualenv/Dockerfile
+++ b/virtualenv/Dockerfile
@@ -19,4 +19,4 @@ RUN /l10n/venv/bin/python manage.py collectstatic --noinput
 RUN mkdir -p /l10n/.ssh
 RUN ln -s /l10n/.ssh_secret/ssh-privatekey /l10n/.ssh/ssh-privatekey
 RUN ln -s /l10n/.ssh_secret/.gitconfig /l10n/.gitconfig
-RUN wget https://gitlab.gnome.org/Infrastructure/damned-lies/-/raw/oscp/uwsgi/ssh_config -O /l10n/.ssh/config
+RUN wget https://gitlab.gnome.org/Infrastructure/damned-lies/-/raw/oscp/resources/ssh_config -O 
/l10n/.ssh/config


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]