permacomputing

Source repository for the main permacomputing wiki site
git clone http://git.permacomputing.net/repos/permacomputing.git # read-only access
Log | Files | Refs

commit 9d21f37be3205542e61d13d449160400cdfeeb68
parent 0f46d996c9226109bf4d43faeb128c26d5070223
Author: 640K <640K@web>
Date:   Thu, 27 Mar 2025 14:50:45 +0100

add ssh config

Diffstat:
Meik.mdwn | 9+++++++++
1 file changed, 9 insertions(+), 0 deletions(-)

diff --git a/eik.mdwn b/eik.mdwn @@ -1,5 +1,14 @@ Notes regarding `eik` +ssh config +---------- + + Host eik.permacomputing.net + Hostname 193.170.194.218 + User <username> + Port 22 + IdentityFile ~/.ssh/<ssh-private-key> + http certs ----------