Getting Started
This page walks you through the fastest practical path from first launch to a stable SSH session in Cosmosh.
Before You Start
- A host you can access by SSH (
host,port,username). - Authentication material (password or private key).
- Network route from your machine to the target host.
5-Minute First Session
- Download and install Cosmosh from GitHub Releases.
- Open Cosmosh and go to the server creation flow.
- Create one server entry with host, port, username, and auth method.
- Save the server and start an SSH session.
- If fingerprint verification appears, verify then trust the host.
- Run a safe command such as
pwdoruname -ato confirm connectivity.
Recommended Setup After First Login
- Add a naming convention for server entries (for example
env-region-role). - Group hosts by environment to reduce mistakes in daily operations.
- Close the session explicitly when done.
Screenshot Placeholders
- App home with server list visible.
- Server create form with required fields.
- First successful SSH session prompt.