change filenames

This commit is contained in:
Alexander Popov 2024-12-08 13:26:46 +03:00
parent dd350fdbe8
commit ad8f78d812
5 changed files with 5 additions and 5 deletions

2
~/SSH/.gitignore vendored
View File

@ -1,2 +1,2 @@
config
config.private
private

View File

@ -7,10 +7,10 @@ mv ./config ~/.ssh/config
```sh
# Pack
gpg -e -r Alexander config.private
gpg -e -r Alexander private
```
```sh
# Unpack
gpg -d config.private.gpg > config.private
gpg -d private.gpg > private
```

View File

@ -1,4 +1,4 @@
#!/bin/sh
cat config.main > config
cat config.private >> config
cat main > config
cat private >> config