From 69800aea625d400acd219bbeefb7ae4c105332db Mon Sep 17 00:00:00 2001 From: Stevan Freeborn Date: Tue, 7 Jul 2026 19:33:50 -0500 Subject: [PATCH] chore: update git config + pub add public keys --- dot_gitconfig.tmpl | 2 -- dot_ssh/awsinspectorpoc.stevanfreeborn.com_github_actions.pub | 1 + dot_ssh/bit_bastion.pub | 1 + dot_ssh/fiscalos.freeborn.cloud_github_actions.pub | 1 + dot_ssh/go-grind.stevanfreeborn.com_github_actions.pub | 1 + dot_ssh/groundsforsupport.stevanfreeborn.com_github_actions.pub | 1 + dot_ssh/links.stevanfreeborn.com_github_actions.pub | 1 + dot_ssh/myanalytics.stevanfreeborn.com.pub | 1 + dot_ssh/ssh.freeborn.cloud.pub | 1 + dot_ssh/steves_bot_gitea_actions.pub | 1 + dot_ssh/tanged.pub | 1 + dot_ssh/tinker.pub | 1 + 12 files changed, 11 insertions(+), 2 deletions(-) create mode 100644 dot_ssh/awsinspectorpoc.stevanfreeborn.com_github_actions.pub create mode 100644 dot_ssh/bit_bastion.pub create mode 100644 dot_ssh/fiscalos.freeborn.cloud_github_actions.pub create mode 100644 dot_ssh/go-grind.stevanfreeborn.com_github_actions.pub create mode 100644 dot_ssh/groundsforsupport.stevanfreeborn.com_github_actions.pub create mode 100644 dot_ssh/links.stevanfreeborn.com_github_actions.pub create mode 100644 dot_ssh/myanalytics.stevanfreeborn.com.pub create mode 100644 dot_ssh/ssh.freeborn.cloud.pub create mode 100644 dot_ssh/steves_bot_gitea_actions.pub create mode 100644 dot_ssh/tanged.pub create mode 100644 dot_ssh/tinker.pub diff --git a/dot_gitconfig.tmpl b/dot_gitconfig.tmpl index 119c301..eb7bb5c 100644 --- a/dot_gitconfig.tmpl +++ b/dot_gitconfig.tmpl @@ -10,5 +10,3 @@ [alias] acp = "! acp() { git add . && git commit -am \"$1\" && git push ; } ; acp" acnvp = "! acnvp() { git add . && git commit --no-verify -am \"$1\" && git push ; } ; acnvp" -[gitbutler] - aiModelProvider = openai diff --git a/dot_ssh/awsinspectorpoc.stevanfreeborn.com_github_actions.pub b/dot_ssh/awsinspectorpoc.stevanfreeborn.com_github_actions.pub new file mode 100644 index 0000000..8b5ccb3 --- /dev/null +++ b/dot_ssh/awsinspectorpoc.stevanfreeborn.com_github_actions.pub @@ -0,0 +1 @@ +ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIEYXu9Czfp4w/erw4RGWkREYkcYW2xPA0SU2q0kMLL4N sfree@g9 diff --git a/dot_ssh/bit_bastion.pub b/dot_ssh/bit_bastion.pub new file mode 100644 index 0000000..466f1bd --- /dev/null +++ b/dot_ssh/bit_bastion.pub @@ -0,0 +1 @@ +ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIMG1mn9Fvv7X0d2xDY71n2qihNDO8rxpiPdKk9yfHXM0 sfree@g9 diff --git a/dot_ssh/fiscalos.freeborn.cloud_github_actions.pub b/dot_ssh/fiscalos.freeborn.cloud_github_actions.pub new file mode 100644 index 0000000..796d563 --- /dev/null +++ b/dot_ssh/fiscalos.freeborn.cloud_github_actions.pub @@ -0,0 +1 @@ +ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIG2A1qrvjEozZgzJ/fDbCV+fHtPbde2XcPXBTRlwD6X0 sfree@g9 diff --git a/dot_ssh/go-grind.stevanfreeborn.com_github_actions.pub b/dot_ssh/go-grind.stevanfreeborn.com_github_actions.pub new file mode 100644 index 0000000..f19aa68 --- /dev/null +++ b/dot_ssh/go-grind.stevanfreeborn.com_github_actions.pub @@ -0,0 +1 @@ +ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIJqzWAtLAbnLYLRlHyAlhvJ0XdtLmUO5ZE8M7+i8O9kB sfree@g9 diff --git a/dot_ssh/groundsforsupport.stevanfreeborn.com_github_actions.pub b/dot_ssh/groundsforsupport.stevanfreeborn.com_github_actions.pub new file mode 100644 index 0000000..82b856c --- /dev/null +++ b/dot_ssh/groundsforsupport.stevanfreeborn.com_github_actions.pub @@ -0,0 +1 @@ +ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIM7BH3X3fFQ5i4EoUl6moYZXwVBMSZ2vyCyn2Ex8bFWx sfree@g9 diff --git a/dot_ssh/links.stevanfreeborn.com_github_actions.pub b/dot_ssh/links.stevanfreeborn.com_github_actions.pub new file mode 100644 index 0000000..e9fd9ad --- /dev/null +++ b/dot_ssh/links.stevanfreeborn.com_github_actions.pub @@ -0,0 +1 @@ +ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIE7Gcam5jeJBSLDRcfF7F2UMPr5M/AYk6ZovDd13vACt sfree@g9 diff --git a/dot_ssh/myanalytics.stevanfreeborn.com.pub b/dot_ssh/myanalytics.stevanfreeborn.com.pub new file mode 100644 index 0000000..e036e7b --- /dev/null +++ b/dot_ssh/myanalytics.stevanfreeborn.com.pub @@ -0,0 +1 @@ +ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIEMIDz3m13f6mmipCISFVkN+Tl3AooMWv61GLDJWs3un sfree@g9 diff --git a/dot_ssh/ssh.freeborn.cloud.pub b/dot_ssh/ssh.freeborn.cloud.pub new file mode 100644 index 0000000..c70c2ff --- /dev/null +++ b/dot_ssh/ssh.freeborn.cloud.pub @@ -0,0 +1 @@ +ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIG/XxsDozlV0sts9eNEH1E5ZIEUSya5nbyNT1tYQUVpb sfree@g9 diff --git a/dot_ssh/steves_bot_gitea_actions.pub b/dot_ssh/steves_bot_gitea_actions.pub new file mode 100644 index 0000000..c2a8d95 --- /dev/null +++ b/dot_ssh/steves_bot_gitea_actions.pub @@ -0,0 +1 @@ +ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIPWpEiXz9UWknFSOutV6rBqNABNnOMNoQCar9BHCAt7U sfree@g9 diff --git a/dot_ssh/tanged.pub b/dot_ssh/tanged.pub new file mode 100644 index 0000000..70e76a2 --- /dev/null +++ b/dot_ssh/tanged.pub @@ -0,0 +1 @@ +ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIC9mM9XajMxOdK3Oy4L1qk7VCwnmvplKMqyVNd56JwsG sfree@g9 diff --git a/dot_ssh/tinker.pub b/dot_ssh/tinker.pub new file mode 100644 index 0000000..076c4c2 --- /dev/null +++ b/dot_ssh/tinker.pub @@ -0,0 +1 @@ +ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIDEHvnMXdTp6zIOM+uJcmQ/gmyppfSpDLNNX+Rg2gFfZ sfree@g9