| Author |
Message |
hwilliams
Joined: 25 May 2004
Posts: 18
Location: Newnan, Georgia
|
| Posted: Mon Jun 30, 2008 2:11 pm Post subject: lighttpd + ajaxterm |
|
|
I've installed lighttpd on a dedicated server in a DC for the sole convenience of logging in via ajaxterm... prior to this, the only ports opened were for SSH. At the very least, I will use SSL. Question is, should I use SSH (as opposed to LOGIN) on top of SSL, or will this be overkill? I know the linode console uses SSL and SSH, but perhaps the reasons are not all security related?
Does anyone have any thoughts or experience regarding this?
Thank you,
Hal Williams
Edit: Just logged into Linode's console and it does not appear to use SSH after all... I stand corrected... |
|
| Back to top |
|
hybinet
Joined: 02 May 2008
Posts: 52
|
| Posted: Mon Jun 30, 2008 5:58 pm Post subject: |
|
|
SSH stands for Secure SHell. It's already encrypted using the same mechanism used in SSL.
Like you observed, Lish doesn't use SSH. |
|
| Back to top |
|
sweh
Joined: 13 Apr 2004
Posts: 232
|
| Posted: Mon Jun 30, 2008 6:07 pm Post subject: |
|
|
hybinet wrote: SSH stands for Secure SHell. It's already encrypted using the same mechanism used in SSL.
Like you observed, Lish doesn't use SSH.
Well, there's two parts to a LISH connection; firstly from your PC to the lish server and then from lish to your linode. The first part is ssh; the second part is directly to your linode's console (via screen). Your linode sees a direct tty login and not a network login, and so you don't need ssh running on your linode for that. |
|
| Back to top |
|
oliver
Joined: 02 Apr 2008
Posts: 20
|
| Posted: Tue Jul 01, 2008 8:56 am Post subject: Re: lighttpd + ajaxterm |
|
|
hwilliams wrote:
Edit: Just logged into Linode's console and it does not appear to use SSH after all... I stand corrected...
If you use the provided web-based ajax console you should be fine cause it's a HTTPS connection --> encrypted. |
|
| Back to top |
|
| |