Skip to content

Commit

Permalink
format .ssh/config example
Browse files Browse the repository at this point in the history
  • Loading branch information
booniepepper authored Apr 11, 2024
1 parent 4c79fe7 commit 739bded
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -143,10 +143,12 @@ $ alias home-todo='ssh -qt [email protected] sigi --stack=home-todo'
> Protip: If you do a bunch of machine hopping via SSH, consider adding host
aliases in [`$HOME/.ssh/config`](https://man.openbsd.org/ssh_config.5). I set
these up something like this:
```
Host hq
User boonieppper
HostName 192.168.x.x
IdentityFile ~/.ssh/etc
```
which allows for just running `ssh hq`, for example.

## `sigi` as a local stack-based database
Expand Down

0 comments on commit 739bded

Please sign in to comment.