Trying (and failing) to get SSH up and running #3882
Unanswered
NeilAllison147
asked this question in
Q&A
Replies: 3 comments 2 replies
-
|
What do you get when you go to Try the instructions here. They are newer. |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
Maybe I need to specify the port #, too (hv-allsky.duckdns.org:22147)
--
Thanks and Best Regards
Neil
…On Tue, Sep 24, 2024 at 6:29 AM Eric Claeys ***@***.***> wrote:
What do you get when you go to hv-allsky.duckdns.org ? I get "took too
long to respond". I you can't get to the site the "certbot" command won't
be able to either.
Try the instructions here
<https://htmlpreview.github.io/?https://raw.githubusercontent.com/AllskyTeam/allsky/v2024.xx.xx/html/documentation/explanations/SSL.html>.
They are newer.
—
Reply to this email directly, view it on GitHub
<#3882 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/APT5YNA3KYKPQRQC4ZHZOB3ZYB22RAVCNFSM6AAAAABOVSK2SKVHI2DSMVQWIX3LMV43URDJONRXK43TNFXW4Q3PNVWWK3TUHMYTANZTGEYDOOI>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
Beta Was this translation helpful? Give feedback.
1 reply
-
|
Well that's a start :)
So based on that, Eric, what address do you think I should I be using for
the SSL config?
--
Thanks and Best Regards
Neil
…On Tue, Sep 24, 2024 at 1:15 PM Eric Claeys ***@***.***> wrote:
I can get to the site when the port is specified.
—
Reply to this email directly, view it on GitHub
<#3882 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/APT5YNHCM3XF7OD32PWEFVDZYDKNXAVCNFSM6AAAAABOVSK2SKVHI2DSMVQWIX3LMV43URDJONRXK43TNFXW4Q3PNVWWK3TUHMYTANZTGM2DQOA>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
So, I'm trying to follow the instructions on getting SSH implemented (taken directly from documentation/explanations/SSL.html)
Install some software on your Pi (you can copy/paste these lines into a terminal window):
apt-get update
apt-get install software-properties-common
add-apt-repository ppa:certbot/certbot
apt-get update
apt-get install certbot
mkdir ~/allsky/config/ssl
chmod 775 ~/allsky/config/ssl
certbot certonly --webroot -w /config/ssl/myallsky.com -d myallsky.com
I've replaced myallsky.com with what I believe my URL (hv-allsky.duckdns.org) to be but I'm getting the error "/config/ssl/hv-allsky.duckdns.org does not exist or is not a directory"
It's gonna be something silly, I know, but I can't see the issue
Any thoughts ?
Beta Was this translation helpful? Give feedback.
All reactions