-
Notifications
You must be signed in to change notification settings - Fork 76
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
Switch from telnet to SSH #316
Comments
Not switch, telnet has it's uses in certain network configurations when the user is well aware of the security implications. Despite the fact telnetd is disabled by default. ssh would be in addition to the telnet option. |
ok :) Out of curiosity, which are the reasons to use telnet over SSH? |
Simplicity, it doesn't require any configuration. On a LAN with just two hosts and no WAN connection or a properly configured firewall you don't need ssh. I use ssh all the time over the internet for admin and agree ShredOS should have ssh but I wouldn't remove the telnet option as there are people like me that know when you should use it and when you absolutely shouldn't use it. But ShredOS should have ssh for those that want to login over a insecure LAN or over the internet. |
I'd have to double check but I believe that sshd is already included in ShredOS, it would just need configuring and maybe a kernel command line switch so you can enable/disable at boot. There is a post where somebody has already done this but with sftp transfers of certificates, it's just undocumented at the moment. |
Yes we had that discussion before. You brought up the same use case which is valid. |
Hey,
I think it's time to switch from telnet to SSH. Is this something I can try to tackle this weekend?
Systemrescue has a very valid approach in my opinion.
The text was updated successfully, but these errors were encountered: