diff options
author | eug-vs <eugene@eug-vs.xyz> | 2022-10-23 23:54:14 +0300 |
---|---|---|
committer | eug-vs <eugene@eug-vs.xyz> | 2022-10-23 23:54:14 +0300 |
commit | 159150afc918cf13f353ffbcc5abd3ab1b62432c (patch) | |
tree | 82ae3d6eda53f74e57f38c115e71f85e150d70d7 /src/pages/blog/2021-10-06.md | |
parent | 0945a5bad65a00d0aa837528a9e0575e9905ccea (diff) | |
download | eug-vs-xyz-159150afc918cf13f353ffbcc5abd3ab1b62432c.tar.gz |
feat: add layouts
Diffstat (limited to 'src/pages/blog/2021-10-06.md')
-rw-r--r-- | src/pages/blog/2021-10-06.md | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/pages/blog/2021-10-06.md b/src/pages/blog/2021-10-06.md index 4611853..c2482d6 100644 --- a/src/pages/blog/2021-10-06.md +++ b/src/pages/blog/2021-10-06.md @@ -1,3 +1,6 @@ +--- +layout: ../../layouts/BlogLayout.astro +--- # You should start using `ssh-copy-id` now! Over the last couple of weeks I had to simultaneously manage up to 4 virtual machines in the Cloud. Holy shit, I've lost so much time just trying to log into them - picking up the correct server IP, then finding the password for it, and then finally `ssh`-ing into it. That's such a painful process, especially when you have to repeat it over and over again. |