19 lines
334 B
Markdown
19 lines
334 B
Markdown
|
|
# SSH to hofmanns.ai
|
||
|
|
|
||
|
|
Connect to the hofmanns.ai server via SSH.
|
||
|
|
|
||
|
|
## Usage
|
||
|
|
Run: `ssh hai` or `ssh hofmanns.ai`
|
||
|
|
|
||
|
|
## Server Details
|
||
|
|
- Host: hofmanns.ai
|
||
|
|
- User: ubuntu
|
||
|
|
- Key: ~/.ssh/hofmanns_ai
|
||
|
|
|
||
|
|
## Instructions
|
||
|
|
When this skill is invoked, SSH into the server and help the user with their task on the remote machine.
|
||
|
|
|
||
|
|
```bash
|
||
|
|
ssh hai
|
||
|
|
```
|