ui changes, keypair rename
This commit is contained in:
parent
f2b8595ca7
commit
c9ae53e233
3 changed files with 27 additions and 22 deletions
|
|
@ -113,18 +113,12 @@
|
|||
"github.com" = {
|
||||
identityFile = "~/.ssh/id_ed25519";
|
||||
};
|
||||
"git-server" = {
|
||||
hostname = "git.barrettruth.com";
|
||||
user = "ec2-user";
|
||||
identityFile = "~/.ssh/git-keypair-old.pem";
|
||||
};
|
||||
"lightsail" = {
|
||||
hostname = "52.87.124.139";
|
||||
user = "ec2-user";
|
||||
identityFile = "~/.ssh/git-keypair.pem";
|
||||
identityFile = "~/.ssh/lightsail-keypair.pem";
|
||||
extraOptions = {
|
||||
SetEnv = "TERM=xterm-256color";
|
||||
KexAlgorithms = "+curve25519-sha256";
|
||||
};
|
||||
};
|
||||
"uva-portal" = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue