[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [cobalt-users] 2nd attempt SSH questions



> 1. What exactly does SSH protect? (I know, telnet, FTP, but what
others)
> 2. Does this mean I totally disable telnet & FTP in my GUI?
> 3. What do I do if I use Macromedia Dreamweaver & Ultradev that have
FTP
> built in? How do I make them an SSH client?
> 4. Would a standard FTP client still login to the SSH server?? AS in
do all
> my clients need an SSH client to FTP to the server also?

You might want to do a search on google and otherwise read up on SSH.
If you install SSH, use version 2. Version one is full of exploits.
You can disable telnet if you want to (I recommend it); or you can
have them both running at the same time.
Same thing with FTP. If you've got clients though, diabling FTP is
usually not an option.

There are secure FTP clients out there; but I guarantee they're not
what your clients are used to using. If your clients are normally
allowed to have shell access (ack); then they'll have to use an SSH
client to connect (if you disable telnet). These can be pretty
expensive, but there's a free one called Putty that works just fine
(for Windoze machines, do a search on google for Putty SSH and it
should be the first link to come up).

CarrieB