🌳
pt0/deployF/harvF/sshKeyF.mts
4const sshKeyName = 'id_ed25519'
5export const sshPubKeyPath = pathDownJoin(envHome!, `/.ssh/${sshKeyName}.pub`)
6export const sshPrivKeyPath = pathDownJoin(envHome!, `/.ssh/${sshKeyName}`)