add ssh config
Signed-off-by: Naman Sood <mail@nsood.in>
This commit is contained in:
parent
5805bfc81a
commit
a742bebe3d
2 changed files with 10 additions and 0 deletions
|
@ -7,6 +7,7 @@ DOTFILES=(
|
||||||
zprofile
|
zprofile
|
||||||
zshrc
|
zshrc
|
||||||
plan
|
plan
|
||||||
|
ssh/config
|
||||||
)
|
)
|
||||||
|
|
||||||
CPP_PROGS=(
|
CPP_PROGS=(
|
||||||
|
|
9
ssh/config
Normal file
9
ssh/config
Normal file
|
@ -0,0 +1,9 @@
|
||||||
|
Host git.tends.to
|
||||||
|
User git
|
||||||
|
Port 7920
|
||||||
|
|
||||||
|
Host silicon helium deuterium
|
||||||
|
User nsood
|
||||||
|
|
||||||
|
Host argon
|
||||||
|
User tends
|
Loading…
Add table
Add a link
Reference in a new issue