![]() |
Is SSH alone secure?
I have a CentOS 6.4 box and I use SSH when I am away to read some log files from the FTP and mail server and also to restart some services or just check if the server is online. The SSH I am talking about is when I can log into a server and am presented with a terminal/command line only interface. Is this secure, meaning, does it work like how VNC and RDP work, sending your password in plain text through the internet or no? If not, can I setup SSL with it or something?
|
If you are worried about security set up public/private keys which avoid the problem of passwords and I think use 128bit encryption but even so this
Code:
...Finally, if other authentication methods fail, ssh prompts the user for a In these situations the manpage is your friend! |
Quote:
# Protocol 2 This will disallow use of the less secure older protocol. (By default on many systems 2 and 1 are enabled) |
Oh okay so SSH is secure then, sweet. I will be doing SSH tunneling for RDP and VNC now.
|
Is SSH alone secure?
ssh requires the openssl library. ssh stands for secure shell. you are fine. its encrypted.
|
All times are GMT -5. The time now is 09:45 AM. |