Koozali.org: home of the SME Server

ibay for homepage

Offline moo2

  • *
  • 15
  • +0/-0
ibay for homepage
« on: July 06, 2012, 08:31:28 PM »
Hi,

I created an ibay, which I want to use as webspace for my small homepage, and I have a few questions left.

Is it correct, that i have to allow anonymous ftp access for the ibay, if the website should be reachable without password form the internet?

There is no ftps option, right?

Do I have to enable the ssh connection if I want to securely login to the ibay from the web over sftp? If so, how can I enable a user or a group for ssh access? It seems that only root can connect - my normal "web ibay" user gets the error "This account is restricted by rash. This user is locked out.". I don't have any need for allowing root login over ssh, but I don't want to show everyone my password while login in via ftp :)

Offline TerryF

  • grumpy old man
  • *
  • 1,848
  • +6/-0
Re: ibay for homepage
« Reply #1 on: July 07, 2012, 01:30:50 AM »
Is it correct, that i have to allow anonymous ftp access for the ibay, if the website should be reachable without password form the internet?

No..

There is no ftps option, right?

No actual option that says FTPS....

However it can be used by setting Remote access settings in server-manager and if you install the remote user access contrib you have that option from the server manager for each user.

Do I have to enable the ssh connection if I want to securely login to the ibay from the web over sftp? If so, how can I enable a user or a group for ssh access? It seems that only root can connect - my normal "web ibay" user gets the error "This account is restricted by rash. This user is locked out.". I don't have any need for allowing root login over ssh, but I don't want to show everyone my password while login in via ftp :)

Yes and Install the remote user access contrib..

Those are my understandings anyway....:-)
--
qui scribit bis legit

Offline janet

  • *****
  • 4,812
  • +0/-0
Re: ibay for homepage
« Reply #2 on: July 07, 2012, 01:49:13 AM »
moo2

Firstly please clarify so your questions can be answered appropriately.

Do you want write access to that ibay from a remote computer connected via Internet so specified users can add or update web site content ?

Do you want password protected read access via web to that ibay so only users with a password can read the website content ?

Note you can easily update content in an ibay via local network (LAN), or if remote via a VPN connection to the sme server, are those methods satisfactory to you ?

Quote
Is it correct, that i have to allow anonymous ftp access for the ibay, if the website should be reachable without password form the internet?

No

Quote
There is no ftps option, right?

You can use sftp, but there are restrictions re how this is done. It is detailed in the manual in the ibays chapter. You need to use a suitable client (eg winscp or similar) that allows user login and issuing of commands, rather than a web browser. Search these forums on sftp as it has been answered many times. Typically you would also install the remoteuseraccess contrib to control access on a per user basis. If you search you will find the answers.

Avoid ftp as it is insecure, there are better ways you can gain access on sme server.

Please answer the earlier questions so we know what you are trying to achieve. Also if you give a plain english description of what you want to do, rather than how you wish to achieve it, this will help us advise you.

Also read this
http://wiki.contribs.org/FTP_Access_to_Ibays
but as I say, do not use ftp if you value the data on your server and want good security, use sftp instead, refer
http://wiki.contribs.org/SME_Server:Documentation:Administration_Manual:Chapter14#Accessing_the_i-bays
particularly the section just after the Warning box.
More detailed explanations & usage instructions have been posted in these forums, so search on sftp and go back 2 or 3 or more years.
See this howto
http://wiki.contribs.org/SFTP

I also searched for you, here is one of the many threads
http://forums.contribs.org/index.php/topic,45601.msg221855.html#msg221855

This might also be worth reading re the pros & cons of sftp & ftps
http://www.codeguru.com/csharp/.net/net_general/internet/article.php/c14329/FTPS-vs-SFTP-What-to-Choose.htm
« Last Edit: July 07, 2012, 06:30:20 AM by mary »
Please search before asking, an answer may already exist.
The Search & other links to useful information are at top of Forum.

Offline moo2

  • *
  • 15
  • +0/-0
Re: ibay for homepage
« Reply #3 on: July 15, 2012, 06:16:55 AM »
Hi,

And sorry for the late answer :(

Thank you for your help. I wanted a secure way to upload data to the ibay from a PC that is not connected to my "home intranet". After your answers I'm using vpn for that and it's working fine :)

Thanks.