From 85a5bde512dff45a7a086deb38bafa508578d797 Mon Sep 17 00:00:00 2001 From: N-Upchurch Date: Wed, 9 Aug 2023 19:55:45 -0500 Subject: [PATCH] Fix a thing --- content/blog/scp-command.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/blog/scp-command.md b/content/blog/scp-command.md index d925334..5298c77 100644 --- a/content/blog/scp-command.md +++ b/content/blog/scp-command.md @@ -1,7 +1,7 @@ --- title: How to Transfer Files Securely with the “scp” Command -description: How to transfer files to and from a remote Server with the scp / secure copy command -synopsis: How to transfer files to and from a remote Server with the scp / secure copy command +description: How to transfer files to and from a remote Server with the scp / secure copy command. +synopsis: How to transfer files to and from a remote Server with the scp / secure copy command. date: 2023-06-12 tags: - GNU/Linux