This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revision | |||
| computing:chatmail [2026/09/08 02:14] – oemb1905 | computing:chatmail [2026/09/08 02:20] (current) – oemb1905 | ||
|---|---|---|---|
| Line 32: | Line 32: | ||
| chmod 700 ~/.ssh | chmod 700 ~/.ssh | ||
| chmod 600 ~/ | chmod 600 ~/ | ||
| - | | + | |
| + | Let's now create a config file for ssh so we don't go out and back in but instead ssh directly into localhost: | ||
| + | |||
| + | su - worker | ||
| + | nano ~/ | ||
| + | |||
| + | Inside that, put the following: | ||
| + | |||
| + | < | ||
| + | Host mail.haacknet.org | ||
| + | HostName 127.0.0.1 | ||
| + | User root | ||
| + | IdentityFile ~/ | ||
| + | IdentitiesOnly yes | ||
| + | </code> | ||
| + | |||
| + | When exchanging keys, you will need to use the '' | ||
| chmod 600 ~/ | chmod 600 ~/ | ||
| git clone https:// | git clone https:// | ||