Add imac ssh config
This commit is contained in:
parent
6f8b598d81
commit
b481ad12e0
1 changed files with 6 additions and 0 deletions
|
|
@ -45,6 +45,12 @@
|
|||
identityFile = "~/.ssh/keys/hetzner";
|
||||
};
|
||||
|
||||
"imac" = {
|
||||
hostname = "imac.hw.yanlincs.com";
|
||||
user = "yanlin";
|
||||
identityFile = "~/.ssh/keys/imac";
|
||||
};
|
||||
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue