-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
4c79fe7
commit 739bded
Showing
1 changed file
with
2 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|