From 7ccb879fb2f03be90b1e63f07e9d84a4daf8cb59 Mon Sep 17 00:00:00 2001 From: Patrick Spek Date: Thu, 27 Feb 2020 10:55:02 +0100 Subject: Add SSH config for rakudo.org --- .ssh/config | 5 +++++ 1 file changed, 5 insertions(+) (limited to '.ssh/config') diff --git a/.ssh/config b/.ssh/config index 5d72ea5..3019f99 100644 --- a/.ssh/config +++ b/.ssh/config @@ -19,3 +19,8 @@ Host bastion.*.zsys.nl Host bttw.prd.zsys.nl ProxyJump bastion.prd.zsys.nl User mintlab + +Host rakudo.org + Hostname lavm-perl6infra-1.atikon.io + User rakudo.org + Port 2222 -- cgit v1.1