ui changes, keypair rename

This commit is contained in:
Barrett Ruth 2026-02-10 18:39:42 -05:00
parent f2b8595ca7
commit c9ae53e233
3 changed files with 27 additions and 22 deletions

View file

@ -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" = {