From d53cdb9eeaee56b4df95e4f88d5fb27313826c15 Mon Sep 17 00:00:00 2001 From: AJ ONeal Date: Thu, 25 Jun 2020 02:44:50 +0000 Subject: [PATCH] add links back to deprecated-ish scripts --- ssh-adduser/install.sh | 1 + ssh-pubkey/install.sh | 1 + ssh-setpass/install.sh | 1 + 3 files changed, 3 insertions(+) create mode 120000 ssh-adduser/install.sh create mode 120000 ssh-pubkey/install.sh create mode 120000 ssh-setpass/install.sh diff --git a/ssh-adduser/install.sh b/ssh-adduser/install.sh new file mode 120000 index 0000000..a4f9a46 --- /dev/null +++ b/ssh-adduser/install.sh @@ -0,0 +1 @@ +../ssh-utils/ssh-adduser.sh \ No newline at end of file diff --git a/ssh-pubkey/install.sh b/ssh-pubkey/install.sh new file mode 120000 index 0000000..c96a4a1 --- /dev/null +++ b/ssh-pubkey/install.sh @@ -0,0 +1 @@ +../ssh-utils/ssh-pubkey.sh \ No newline at end of file diff --git a/ssh-setpass/install.sh b/ssh-setpass/install.sh new file mode 120000 index 0000000..6944512 --- /dev/null +++ b/ssh-setpass/install.sh @@ -0,0 +1 @@ +../ssh-utils/ssh-setpass.sh \ No newline at end of file -- 2.25.1