ssh
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revision | |||
| ssh [2026/04/29 05:13] – nebula | ssh [2026/04/30 08:53] (current) – ssh config example sylvie | ||
|---|---|---|---|
| Line 10: | Line 10: | ||
| You will be prompted for your password. You can add your public key to **~/ | You will be prompted for your password. You can add your public key to **~/ | ||
| + | |||
| + | You can make login more convenient by adding an entry for tilix to your **~/ | ||
| + | For example: | ||
| + | |||
| + | < | ||
| + | # log in with just `ssh tilix` | ||
| + | Host tilix | ||
| + | IdentityFile ~/ | ||
| + | # requires the corresponding public key to be in your authorized_keys on tilix | ||
| + | User user | ||
| + | Hostname tilix.art | ||
| + | Port 2020 | ||
| + | |||
| + | # log in with `ssh tilix.art` | ||
| + | Host tilix.art | ||
| + | IdentityFile ~/ | ||
| + | User user | ||
| + | Port 2020 | ||
| + | |||
| + | # see `man ssh_config` for more details | ||
| + | </ | ||
ssh.1777439600.txt.gz · Last modified: by nebula
