-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
SSH to the nextbox from outside local network when the nextbox is accessible using deSEC dynDNS #34
Comments
Isn't this covered in #26 already ?
See #26
Nope, it isn't, what use-case do you would like to cover with this? |
Thanks. Sorry, lost track of my own old issue... Maybe these details could be added to the manual / documentation if it is not already? :) |
My motivation is actually to put in place a simple backup strategy: rsync over SSH from another location on a RPi. My nextbox is not full disk encrypted, so I guess that I can just "rsync over SSH backup" the nextbox - I can let you know how it goes. |
About the RSA identity display: I have always been told that I should check it when SSH-ing to a remote server to avoid man-in-the-middle attack. Is that not correct? Would it be possible to display it, guess this would be 'just' a small bit of PHP / scripting on the Nextbox app side to make it visible to the user? If this can be a possible additional best practices point indeed, it may be great to add? |
interesting, actually this is a built-in ssh feature. |
Yes, exactly, so as a user you have to double check the ID / fingerprint and check that it matches the value expected the first time you connect to the SSH server, and this is especially important when connecting to a server outside of the local network... I could I suppose 1) log in locally, 2) take note of the fingerprint, 3) check the fingerprint against the one I have taken note of when logging from a non local network, but it would be simpler if I could just see all this information in the nextbox app, hence my question / request :) . |
I have a Nextbox set up with deSEC dynDNS. I can easily SSH to it on the local network, using the SSH key provided in the nitrokey app.
Is there an easy way to SSH to the nextbox from outside the local network? Should I 'just' add port forwarding on my router for the port 22 to the nextbox, and / or is there something more to do? Is there some hardening I should implement? How can I check for the RSA identity (can it be displayed on the nextbox app?).
The text was updated successfully, but these errors were encountered: