SSH
SSH is the way you connect to the Altesq shell, as well as manage your hosted files, such as your website or capsule. To connect, use the following command:
ssh username@altesq.net
In the Altesq shell we have utilites and fun things such as:
- weechat
- neomutt
- muttwizard
- who
- botany
- iris
- select-editor
- croc
- www
- gemini
- gopher
- git
- motd
- dictd
- chsh
- finger
Mosh
Mosh is an alternative interactive SSH terminal. It has support for roaming and local echo. It also aims to improve responsiveness on intermittent, and high latency connections.
To use mosh, just do the following: mosh username@altesq.net
If you want to use a specific key: mosh --ssh="ssh -i ~/.ssh/id_ed25519_mykey" username@altesq.net