Skip to content

Latest commit

 

History

History
34 lines (26 loc) · 847 Bytes

File metadata and controls

34 lines (26 loc) · 847 Bytes
title Dev Machine
description
published true
date 2026-06-04 01:07:42 UTC
tags programming, infrastructure
editor markdown
dateCreated 2025-08-02 14:25:30 UTC

Dev Machine

The dev machine is a linux server you can SSH into and do remote development from. Access is given on a neet-to-have basis. Ask Alex to enter your SSH key into the machine if you need remote development.

Append the below section in your ~/.ssh/config file.

Host cdm.lucres.net
    User clock
    Hostname cdm.lucres.net
    IdentitiesOnly yes
    IdentityFile ~/.ssh/id_ed25519

And connect to the machine:

ssh cdm.lucres.net

You will be greeted with a terminal. If the icons appear broken, it's reccomended to install this font pack:

cdm-image.png