Windows Vista Tips

Windows Vista Tips > Newsgroups > Windows Server > Secure File Transfer Daemon/Server Needed Urgently

Reply
Thread Tools Display Modes

Secure File Transfer Daemon/Server Needed Urgently

 
 
Fisheye
Guest
Posts: n/a

 
      09-24-2004
Hi,
We are after a way to transfer files securely to and from a
SBS 2000 (soon to be 2003) host.

VPN isn't an option here.

Is there some other host/client program that is known to work on SBS?
Could a Cygwin install running SSHD be the answer?
-Fisheye


 
Reply With Quote
 
 
 
 
amy@harborcomputerservices
Guest
Posts: n/a

 
      09-24-2004
You could setup a FTP site on the SBS server and require authentication for
entry.

Amy


"Fisheye" wrote:

> Hi,
> We are after a way to transfer files securely to and from a
> SBS 2000 (soon to be 2003) host.
>
> VPN isn't an option here.
>
> Is there some other host/client program that is known to work on SBS?
> Could a Cygwin install running SSHD be the answer?
> -Fisheye
>
>
>

 
Reply With Quote
 
Fisheye
Guest
Posts: n/a

 
      09-24-2004
Level of security for this? We wanted to avoid setting it up as an FTP
standard,
because FTP setup on another SBS server we have created had been hacked.

So we were looking for something that was secure all the way through.

Maybe there is a better way to lockdown SBS FTP now?

Do you know any more about this?
-F

Amy Wrote:
> You could setup a FTP site on the SBS server and require authentication
> for
> entry.
>
> Amy
>
>
> "Fisheye" wrote:
>
>> Hi,
>> We are after a way to transfer files securely to and from a
>> SBS 2000 (soon to be 2003) host.
>>
>> VPN isn't an option here.
>>
>> Is there some other host/client program that is known to work on SBS?
>> Could a Cygwin install running SSHD be the answer?
>> -Fisheye
>>
>>
>>



 
Reply With Quote
 
amy@harborcomputerservices
Guest
Posts: n/a

 
      09-24-2004
It is only as good as your password. But you can setup users with their own
strong passwords and provide access on a per folder basis. Be sure to
restrict the user permissions. That way if they "hack" into one FTP folder
that's as far as they get. Just keep in mind that an authenticated user uses
up a license as long as they are logged in. In IIS you can also set the
expiration time. So if the user were to login and forget to logout they would
be automatically disconnected. If you've had a problem it may also be a good
idea to setup a schedule in ISA for when the FTP connections are allowed.
This would work if you knew that access would be between certain business
hours say. It's a little bit like security by obsecurtiy but every little bit
helps. If the hacker gets frustrated they'll go for easier pickings elsewhere.

Third party products will work too. You'll just have to configure ISA for
the appropriate access. I was simply attempting to provide a solution that
didn't require you to go out and purchase another software package. I usually
find that people forget about FTP.


"Fisheye" wrote:

> Level of security for this? We wanted to avoid setting it up as an FTP
> standard,
> because FTP setup on another SBS server we have created had been hacked.
>
> So we were looking for something that was secure all the way through.
>
> Maybe there is a better way to lockdown SBS FTP now?
>
> Do you know any more about this?
> -F
>
> Amy Wrote:
> > You could setup a FTP site on the SBS server and require authentication
> > for
> > entry.
> >
> > Amy
> >
> >
> > "Fisheye" wrote:
> >
> >> Hi,
> >> We are after a way to transfer files securely to and from a
> >> SBS 2000 (soon to be 2003) host.
> >>
> >> VPN isn't an option here.
> >>
> >> Is there some other host/client program that is known to work on SBS?
> >> Could a Cygwin install running SSHD be the answer?
> >> -Fisheye
> >>
> >>
> >>

>
>
>

 
Reply With Quote
 
Fisheye
Guest
Posts: n/a

 
      09-24-2004
Does "require authentication" use kerberos authentication to verify,
instead of standard cleartext ftp authentication?
Do you know?

TIA

Amy Wrote:
> It is only as good as your password. But you can setup users with their
> own
> strong passwords and provide access on a per folder basis. Be sure to
> restrict the user permissions. That way if they "hack" into one FTP folder
> that's as far as they get. Just keep in mind that an authenticated user
> uses
> up a license as long as they are logged in. In IIS you can also set the
> expiration time. So if the user were to login and forget to logout they
> would
> be automatically disconnected. If you've had a problem it may also be a
> good
> idea to setup a schedule in ISA for when the FTP connections are allowed.
> This would work if you knew that access would be between certain business
> hours say. It's a little bit like security by obsecurtiy but every little
> bit
> helps. If the hacker gets frustrated they'll go for easier pickings
> elsewhere.
>
> Third party products will work too. You'll just have to configure ISA for
> the appropriate access. I was simply attempting to provide a solution that
> didn't require you to go out and purchase another software package. I
> usually
> find that people forget about FTP.
>
>
> "Fisheye" wrote:
>
>> Level of security for this? We wanted to avoid setting it up as an FTP
>> standard,
>> because FTP setup on another SBS server we have created had been hacked.
>>
>> So we were looking for something that was secure all the way through.
>>
>> Maybe there is a better way to lockdown SBS FTP now?
>>
>> Do you know any more about this?
>> -F
>>
>> Amy Wrote:
>> > You could setup a FTP site on the SBS server and require authentication
>> > for
>> > entry.
>> >
>> > Amy
>> >
>> >
>> > "Fisheye" wrote:
>> >
>> >> Hi,
>> >> We are after a way to transfer files securely to and from a
>> >> SBS 2000 (soon to be 2003) host.
>> >>
>> >> VPN isn't an option here.
>> >>
>> >> Is there some other host/client program that is known to work on SBS?
>> >> Could a Cygwin install running SSHD be the answer?
>> >> -Fisheye
>> >>
>> >>
>> >>

>>
>>
>>



 
Reply With Quote
 
Lanwench [MVP - Exchange]
Guest
Posts: n/a

 
      09-24-2004
Another option is to see if your webhosting company or ISP offers FTP....
that way it isn't on the LAN at all. I'd be nervous about opening up FTP to
any SBS server anyway...even with good passwords. But then, I'm a bit of a
freak.

amy@harborcomputerservices wrote:
> It is only as good as your password. But you can setup users with
> their own strong passwords and provide access on a per folder basis.
> Be sure to restrict the user permissions. That way if they "hack"
> into one FTP folder that's as far as they get. Just keep in mind that
> an authenticated user uses up a license as long as they are logged
> in. In IIS you can also set the expiration time. So if the user were
> to login and forget to logout they would be automatically
> disconnected. If you've had a problem it may also be a good idea to
> setup a schedule in ISA for when the FTP connections are allowed.
> This would work if you knew that access would be between certain
> business hours say. It's a little bit like security by obsecurtiy but
> every little bit helps. If the hacker gets frustrated they'll go for
> easier pickings elsewhere.
>
> Third party products will work too. You'll just have to configure ISA
> for
> the appropriate access. I was simply attempting to provide a solution
> that didn't require you to go out and purchase another software
> package. I usually find that people forget about FTP.
>
>
> "Fisheye" wrote:
>
>> Level of security for this? We wanted to avoid setting it up as an
>> FTP standard,
>> because FTP setup on another SBS server we have created had been
>> hacked.
>>
>> So we were looking for something that was secure all the way through.
>>
>> Maybe there is a better way to lockdown SBS FTP now?
>>
>> Do you know any more about this?
>> -F
>>
>> Amy Wrote:
>>> You could setup a FTP site on the SBS server and require
>>> authentication for
>>> entry.
>>>
>>> Amy
>>>
>>>
>>> "Fisheye" wrote:
>>>
>>>> Hi,
>>>> We are after a way to transfer files securely to and from a
>>>> SBS 2000 (soon to be 2003) host.
>>>>
>>>> VPN isn't an option here.
>>>>
>>>> Is there some other host/client program that is known to work on
>>>> SBS? Could a Cygwin install running SSHD be the answer?
>>>> -Fisheye



 
Reply With Quote
 
Julio McTavish
Guest
Posts: n/a

 
      09-24-2004
You'd think two Telcos-type companies who are that paranoid would just hire
someone to spend a week writing them a propritary server/client ftp setup.
Hope the client never gets given to anyone who shouldn't have it. Then
(since at least one is a Telco) get the clients set up with numeric pagers
and have them call in by voice, dial their IP and client # in. Then their
pager will pop-up with the password thats good for the next, say, 2 minutes.

That's the type of security you seem to be looking for, otherwise a properly
secured FTP server (cleartext and all), with extra secure-file structure
(denies, new path names, etc.) is pretty secure. If you don't like/trust
Windows FTP server (can't blame you too much ) BulletProof FTP Server
(formerly Gene6FTP) is a nice FTP Server with all the bells.

Good luck, it seems like a fun job

"Fisheye" <> wrote in message
news:...
> Does "require authentication" use kerberos authentication to verify,
> instead of standard cleartext ftp authentication?
> Do you know?
>
> TIA
>
> Amy Wrote:
>> It is only as good as your password. But you can setup users with their
>> own
>> strong passwords and provide access on a per folder basis. Be sure to
>> restrict the user permissions. That way if they "hack" into one FTP
>> folder
>> that's as far as they get. Just keep in mind that an authenticated user
>> uses
>> up a license as long as they are logged in. In IIS you can also set the
>> expiration time. So if the user were to login and forget to logout they
>> would
>> be automatically disconnected. If you've had a problem it may also be a
>> good
>> idea to setup a schedule in ISA for when the FTP connections are allowed.
>> This would work if you knew that access would be between certain business
>> hours say. It's a little bit like security by obsecurtiy but every little
>> bit
>> helps. If the hacker gets frustrated they'll go for easier pickings
>> elsewhere.
>>
>> Third party products will work too. You'll just have to configure ISA for
>> the appropriate access. I was simply attempting to provide a solution
>> that
>> didn't require you to go out and purchase another software package. I
>> usually
>> find that people forget about FTP.
>>
>>
>> "Fisheye" wrote:
>>
>>> Level of security for this? We wanted to avoid setting it up as an FTP
>>> standard,
>>> because FTP setup on another SBS server we have created had been hacked.
>>>
>>> So we were looking for something that was secure all the way through.
>>>
>>> Maybe there is a better way to lockdown SBS FTP now?
>>>
>>> Do you know any more about this?
>>> -F
>>>
>>> Amy Wrote:
>>> > You could setup a FTP site on the SBS server and require
>>> > authentication
>>> > for
>>> > entry.
>>> >
>>> > Amy
>>> >
>>> >
>>> > "Fisheye" wrote:
>>> >
>>> >> Hi,
>>> >> We are after a way to transfer files securely to and from a
>>> >> SBS 2000 (soon to be 2003) host.
>>> >>
>>> >> VPN isn't an option here.
>>> >>
>>> >> Is there some other host/client program that is known to work on SBS?
>>> >> Could a Cygwin install running SSHD be the answer?
>>> >> -Fisheye
>>> >>
>>> >>
>>> >>
>>>
>>>
>>>

>
>



 
Reply With Quote
 
SuperGumby [SBS MVP]
Guest
Posts: n/a

 
      09-24-2004
would FTP with SSL satisfy your security concern?

--
Mick Malloy
http://www.micropol.com.au

"Fisheye" <> wrote in message
news:%...
> Level of security for this? We wanted to avoid setting it up as an FTP
> standard,
> because FTP setup on another SBS server we have created had been hacked.
>
> So we were looking for something that was secure all the way through.
>
> Maybe there is a better way to lockdown SBS FTP now?
>
> Do you know any more about this?
> -F
>
> Amy Wrote:
>> You could setup a FTP site on the SBS server and require authentication
>> for
>> entry.
>>
>> Amy
>>
>>
>> "Fisheye" wrote:
>>
>>> Hi,
>>> We are after a way to transfer files securely to and from a
>>> SBS 2000 (soon to be 2003) host.
>>>
>>> VPN isn't an option here.
>>>
>>> Is there some other host/client program that is known to work on SBS?
>>> Could a Cygwin install running SSHD be the answer?
>>> -Fisheye
>>>
>>>
>>>

>
>



 
Reply With Quote
 
Fisheye
Guest
Posts: n/a

 
      09-24-2004
Yes - that would be prefered, is there a secure sockets ftp?

It will come down on Monday, when the Telco will be given the options.

The files are encrypted anyway, the ip to accept transmitions will be
locked down.

I am just always so dubious of FTP, its so unsecure, and i just didn't want
to open the SBS system open to that.

TIS
Fisheye

"SuperGumby [SBS MVP]" <> wrote in message
news:...
> would FTP with SSL satisfy your security concern?
>
> --
> Mick Malloy
> http://www.micropol.com.au
>
> "Fisheye" <> wrote in message
> news:%...
>> Level of security for this? We wanted to avoid setting it up as an FTP
>> standard,
>> because FTP setup on another SBS server we have created had been hacked.
>>
>> So we were looking for something that was secure all the way through.
>>
>> Maybe there is a better way to lockdown SBS FTP now?
>>
>> Do you know any more about this?
>> -F
>>
>> Amy Wrote:
>>> You could setup a FTP site on the SBS server and require authentication
>>> for
>>> entry.
>>>
>>> Amy
>>>
>>>
>>> "Fisheye" wrote:
>>>
>>>> Hi,
>>>> We are after a way to transfer files securely to and from a
>>>> SBS 2000 (soon to be 2003) host.
>>>>
>>>> VPN isn't an option here.
>>>>
>>>> Is there some other host/client program that is known to work on SBS?
>>>> Could a Cygwin install running SSHD be the answer?
>>>> -Fisheye
>>>>
>>>>
>>>>

>>
>>

>
>



 
Reply With Quote
 
Fisheye
Guest
Posts: n/a

 
      09-24-2004
Yes,
quite true, I am not to concerned about the files the Telco's have.
Those will be very highly encrypted anyway, its just opening
the SBS server up to the ftp port.

I am looking at Bulletproof now, thanks for the recommendation.



"Julio McTavish" <> wrote in message
news:...
> You'd think two Telcos-type companies who are that paranoid would just
> hire someone to spend a week writing them a propritary server/client ftp
> setup. Hope the client never gets given to anyone who shouldn't have it.
> Then (since at least one is a Telco) get the clients set up with numeric
> pagers and have them call in by voice, dial their IP and client # in.
> Then their pager will pop-up with the password thats good for the next,
> say, 2 minutes.
>
> That's the type of security you seem to be looking for, otherwise a
> properly secured FTP server (cleartext and all), with extra secure-file
> structure (denies, new path names, etc.) is pretty secure. If you don't
> like/trust Windows FTP server (can't blame you too much ) BulletProof
> FTP Server (formerly Gene6FTP) is a nice FTP Server with all the bells.
>
> Good luck, it seems like a fun job
>
> "Fisheye" <> wrote in message
> news:...
>> Does "require authentication" use kerberos authentication to verify,
>> instead of standard cleartext ftp authentication?
>> Do you know?
>>
>> TIA
>>
>> Amy Wrote:
>>> It is only as good as your password. But you can setup users with their
>>> own
>>> strong passwords and provide access on a per folder basis. Be sure to
>>> restrict the user permissions. That way if they "hack" into one FTP
>>> folder
>>> that's as far as they get. Just keep in mind that an authenticated user
>>> uses
>>> up a license as long as they are logged in. In IIS you can also set the
>>> expiration time. So if the user were to login and forget to logout they
>>> would
>>> be automatically disconnected. If you've had a problem it may also be a
>>> good
>>> idea to setup a schedule in ISA for when the FTP connections are
>>> allowed.
>>> This would work if you knew that access would be between certain
>>> business
>>> hours say. It's a little bit like security by obsecurtiy but every
>>> little bit
>>> helps. If the hacker gets frustrated they'll go for easier pickings
>>> elsewhere.
>>>
>>> Third party products will work too. You'll just have to configure ISA
>>> for
>>> the appropriate access. I was simply attempting to provide a solution
>>> that
>>> didn't require you to go out and purchase another software package. I
>>> usually
>>> find that people forget about FTP.
>>>
>>>
>>> "Fisheye" wrote:
>>>
>>>> Level of security for this? We wanted to avoid setting it up as an FTP
>>>> standard,
>>>> because FTP setup on another SBS server we have created had been
>>>> hacked.
>>>>
>>>> So we were looking for something that was secure all the way through.
>>>>
>>>> Maybe there is a better way to lockdown SBS FTP now?
>>>>
>>>> Do you know any more about this?
>>>> -F
>>>>
>>>> Amy Wrote:
>>>> > You could setup a FTP site on the SBS server and require
>>>> > authentication
>>>> > for
>>>> > entry.
>>>> >
>>>> > Amy
>>>> >
>>>> >
>>>> > "Fisheye" wrote:
>>>> >
>>>> >> Hi,
>>>> >> We are after a way to transfer files securely to and from a
>>>> >> SBS 2000 (soon to be 2003) host.
>>>> >>
>>>> >> VPN isn't an option here.
>>>> >>
>>>> >> Is there some other host/client program that is known to work on
>>>> >> SBS?
>>>> >> Could a Cygwin install running SSHD be the answer?
>>>> >> -Fisheye
>>>> >>
>>>> >>
>>>> >>
>>>>
>>>>
>>>>

>>
>>

>
>



 
Reply With Quote
 
 
 
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Error Message 80070005 installing WMP Godenjoyer Windows Media Player 7 08-08-2009 09:18 PM
Re: Automatic Updates and wuauserve error Robert Aldwinckle Windows 64 Bit 0 08-31-2008 07:11 PM
Primary and Secondary IDE Channel Giuseppe Windows 64 Bit 7 04-24-2007 10:44 PM
Is there are good place for me to go investigate the pro and cons. Froglips Windows 64 Bit 13 11-19-2005 12:09 AM
Terminal Services file transfer Phil Mellor Windows Server 0 08-29-2004 07:28 PM



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59