change ssh key location
This commit is contained in:
parent
16faf6de78
commit
82b170afa7
1 changed files with 8 additions and 8 deletions
|
|
@ -14,26 +14,26 @@
|
||||||
"github.com" = {
|
"github.com" = {
|
||||||
hostname = "github.com";
|
hostname = "github.com";
|
||||||
user = "git";
|
user = "git";
|
||||||
identityFile = "~/.ssh/keys/github";
|
identityFile = "~/Credentials/ssh_keys/github";
|
||||||
};
|
};
|
||||||
|
|
||||||
"aicloud" = {
|
"aicloud" = {
|
||||||
hostname = "ai-fe02.srv.aau.dk";
|
hostname = "ai-fe02.srv.aau.dk";
|
||||||
user = "hb05nk@cs.aau.dk";
|
user = "hb05nk@cs.aau.dk";
|
||||||
identityFile = "~/.ssh/keys/aicloud";
|
identityFile = "~/Credentials/ssh_keys/aicloud";
|
||||||
proxyJump = "thinkpad";
|
proxyJump = "thinkpad";
|
||||||
};
|
};
|
||||||
|
|
||||||
"aicloud.lan" = {
|
"aicloud.lan" = {
|
||||||
hostname = "ai-fe02.srv.aau.dk";
|
hostname = "ai-fe02.srv.aau.dk";
|
||||||
user = "hb05nk@cs.aau.dk";
|
user = "hb05nk@cs.aau.dk";
|
||||||
identityFile = "~/.ssh/keys/aicloud";
|
identityFile = "~/Credentials/ssh_keys/aicloud";
|
||||||
};
|
};
|
||||||
|
|
||||||
"hs" = {
|
"hs" = {
|
||||||
hostname = "lan.hs.yanlincs.com";
|
hostname = "lan.hs.yanlincs.com";
|
||||||
user = "yanlin";
|
user = "yanlin";
|
||||||
identityFile = "~/.ssh/keys/nas";
|
identityFile = "~/Credentials/ssh_keys/nas";
|
||||||
setEnv = {
|
setEnv = {
|
||||||
TERM = "xterm-256color";
|
TERM = "xterm-256color";
|
||||||
};
|
};
|
||||||
|
|
@ -42,7 +42,7 @@
|
||||||
"thinkpad" = {
|
"thinkpad" = {
|
||||||
hostname = "vpn.thinkpad.yanlincs.com";
|
hostname = "vpn.thinkpad.yanlincs.com";
|
||||||
user = "yanlin";
|
user = "yanlin";
|
||||||
identityFile = "~/.ssh/keys/thinkpad";
|
identityFile = "~/Credentials/ssh_keys/thinkpad";
|
||||||
setEnv = {
|
setEnv = {
|
||||||
TERM = "xterm-256color";
|
TERM = "xterm-256color";
|
||||||
};
|
};
|
||||||
|
|
@ -51,19 +51,19 @@
|
||||||
"vps" = {
|
"vps" = {
|
||||||
hostname = "91.98.84.215";
|
hostname = "91.98.84.215";
|
||||||
user = "yanlin";
|
user = "yanlin";
|
||||||
identityFile = "~/.ssh/keys/hetzner";
|
identityFile = "~/Credentials/ssh_keys/hetzner";
|
||||||
};
|
};
|
||||||
|
|
||||||
"borg-box" = {
|
"borg-box" = {
|
||||||
hostname = "u501367.your-storagebox.de";
|
hostname = "u501367.your-storagebox.de";
|
||||||
user = "u501367";
|
user = "u501367";
|
||||||
port = 23;
|
port = 23;
|
||||||
identityFile = "~/.ssh/keys/hetzner";
|
identityFile = "~/Credentials/ssh_keys/hetzner";
|
||||||
};
|
};
|
||||||
|
|
||||||
"borg-thinkpad" = {
|
"borg-thinkpad" = {
|
||||||
hostname = "vpn.thinkpad.yanlincs.com";
|
hostname = "vpn.thinkpad.yanlincs.com";
|
||||||
identityFile = "~/.ssh/keys/thinkpad";
|
identityFile = "~/Credentials/ssh_keys/thinkpad";
|
||||||
};
|
};
|
||||||
|
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue