Skip to content

Commit

Permalink
🔐 ssh[pem]: add pem files
Browse files Browse the repository at this point in the history
  • Loading branch information
cristianmiranda committed Jan 6, 2025
1 parent ddca035 commit 08aca6a
Show file tree
Hide file tree
Showing 8 changed files with 9 additions and 5 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -82,3 +82,5 @@ home/.config/openvpn/profiles/cca.ovpn
home/.config/openvpn/profiles/home.ovpn
home/.config/openvpn/profiles/daten.ovpn
home/dots/work/.bc-functions
home/.ssh/pems/cheyenne.pem
home/.ssh/pems/laramie.pem
4 changes: 3 additions & 1 deletion .gitsecret/paths/mapping.cfg
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
home/.ssh/config:bb38bb56277248d86bc7d0ad9995eb08fe46d829acc3363d4edb4925c1fb977f
home/.ssh/config:d8968b91cc5c8f3fcbbe69a61782aca1509ab280dc13d24d9d3587e3f778c160
home/.config/filezilla/sitemanager.xml:b371571f416b401af0de915e917245697438e864137fe07dbf93b67001abc542
config.yaml:42535428ab3d9463a92425889ec37456875503b0907f45c2c4f328e49a00de57
home/.secrets:f89ec1ff06a0ecc843320e444a382730238aa33d157aeaf1e04326a94400c8b0
Expand All @@ -10,3 +10,5 @@ home/.config/openvpn/profiles/cca.ovpn:ef3d412bc87d65670b586442e60487a75bf6da298
home/.config/openvpn/profiles/home.ovpn:2f691cc504ed7a259a7ab7d522b2ecfacbc87cf54979124ec59416bfa62d7935
home/.config/openvpn/profiles/daten.ovpn:758e451c4ae0dd9302fd58803ea0b8a953d3a99ffc429b42d0c544e2b18527c8
home/dots/work/.bc-functions:c79dd9199b3f75b16a1736f24adb54e5f74ab2a07d577b6c126d4311e8f4509b
home/.ssh/pems/cheyenne.pem:dd9b14b0670680be7ff5bfdc6b92025b54d35c51d44f5529e9664e09b652580c
home/.ssh/pems/laramie.pem:c9c8a3a2419d5e21b03d180ab733356e4e904082ae786cd95c34d7e2c73cd11c
Binary file modified home/.ssh/config.secret
Binary file not shown.
Binary file added home/.ssh/pems/cheyenne.pem.secret
Binary file not shown.
Binary file added home/.ssh/pems/laramie.pem.secret
Binary file not shown.
2 changes: 1 addition & 1 deletion home/dotbot.linux.conf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@
~/.local/share/navi: .local/share/navi
~/.screenlayout: .screenlayout
~/.ssh/scripts: .ssh/scripts
~/.ssh/pems: .ssh/pems
~/.ssh/config:
path: .ssh/config
force: true
Expand Down Expand Up @@ -89,4 +90,3 @@
- ~/Games
- ~/Pictures/Screenshots
- ~/logs

4 changes: 2 additions & 2 deletions home/dotbot.macos.conf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
path: .local/share/navi
force: true
~/.ssh/scripts: .ssh/scripts
~/.ssh/pems: .ssh/pems
~/.ssh/config:
path: .ssh/config
force: true
Expand Down Expand Up @@ -63,5 +64,4 @@
- [
git update-index --assume-unchanged .config/flameshot/flameshot.ini,
Ignoring changes on Flameshot config,
]

]
2 changes: 1 addition & 1 deletion home/dotbot.server.conf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
~/.local/share/figlet: .local/share/figlet
~/.screenlayout: .screenlayout
~/.ssh/scripts: .ssh/scripts
~/.ssh/pems: .ssh/pems
~/.ssh/config:
path: .ssh/config
force: true
Expand Down Expand Up @@ -63,4 +64,3 @@
- ~/Documents/Work/Workspace_LG
- ~/Pictures/Screenshots
- ~/logs

0 comments on commit 08aca6a

Please sign in to comment.