diff --git a/ssh/.ssh/config b/ssh/.ssh/config index d4a4616..dda152b 100644 --- a/ssh/.ssh/config +++ b/ssh/.ssh/config @@ -25,3 +25,8 @@ host kermit-gpu hostname bw26gpu1.ugent.be port 4480 identityfile ~/.ssh/kermit-gpu + +Host pcs_lab + user git + hostname github.ugent.be + identityfile ~/.ssh/pcs_lab_deploy_key diff --git a/ssh/.ssh/known_hosts b/ssh/.ssh/known_hosts index f71f67e..90c9c9d 100644 Binary files a/ssh/.ssh/known_hosts and b/ssh/.ssh/known_hosts differ diff --git a/ssh/.ssh/pcs_lab_deploy_key b/ssh/.ssh/pcs_lab_deploy_key new file mode 100644 index 0000000..f81c0e0 Binary files /dev/null and b/ssh/.ssh/pcs_lab_deploy_key differ