hosted by liquidweb


Go Back   Web Hosting Talk : Web Hosting Main Forums : Running a Web Hosting Business : shell access?
Reply

Running a Web Hosting Business Non-technical aspects of running a web hosting company. Topics include management, accounting, problem customers, taxes, support options etc.
Forum Jump

shell access?

View Poll Results: Do you offer shell access
Yes! 21 56.76%
No way!! 16 43.24%
Voters: 37. You may not vote on this poll

Reply Post New Thread In Running a Web Hosting Business Subscription
 
Send news tip View All Posts Thread Tools Search this Thread Display Modes
  #1  
Old 11-20-2001, 07:01 PM
AlaskanWolf AlaskanWolf is offline
Account Disabled
 
Join Date: Apr 2000
Posts: 1,726

shell access?


Since 1996, when we started as resellers, we never offered shell access until we got on to cpanel, my question (poll) is do you offer clients shell access?

If you think about it, what cant the customer do in ftp that they have to do in shell?

What about security issues? I know many large companies like that still don't offer shell access, they turn off telnet completely

What do you do if a customer installs a eggbot with about 20 processes going? (IE: like we had a few weeks ago) ? suspending the account wont do any good...

what about lurching? where customers just go into shell to browse around?

Whats the good things about offering shell access?

Reply With Quote


Sponsored Links
  #2  
Old 11-20-2001, 07:04 PM
cbaker17 cbaker17 is offline
Web Hosting Master
 
Join Date: Jun 2000
Location: Wichita, Ks, USA
Posts: 1,984
telnet

Anymore almost any box with telnet running on it has about a 80% better chance of being hacked. So i would say no on shell access, besides the only reasons someone might need shell access are usually bad ones.

__________________
affordablecolo.com carrier grade colocation at a affordable price!
Charles Baker - Company Operations
1-866-316-HOST

Reply With Quote
  #3  
Old 11-20-2001, 07:14 PM
miami_g miami_g is offline
Aspiring Evangelist
 
Join Date: Sep 2000
Posts: 368
Angry

About 4 months ago we had a root kit placed on one of our servers. it was caught within an hour, did not cause any serious interruption, but if it had prolongediti would have been a disaster.

since then we provide ssh only for select clients we know and yes we do loose biz because we dont offer it.

but we save biz also because we eliminate the down times associated with hacker intrusion.

just say no......


dos centavos

el_g

Reply With Quote
Sponsored Links
  #4  
Old 11-20-2001, 07:20 PM
cperciva cperciva is offline
Retired Moderator
 
Join Date: Jan 2001
Posts: 2,603
Re: shell access?

Quote:
Originally posted by AlaskanWolf
If you think about it, what cant the customer do in ftp that they have to do in shell?
Lots of stuff. Compiling CGI scripts, for a start.

A better question would be "what security holes can a customer exploit from sh which they can't exploit via perl?", and the answer is "none". If you allow users to run CGI scripts then you might as well also give them shell access; if you're worried about security holes, then fix the security holes, don't obfuscate things by limiting shell access.

__________________
Dr. Colin Percival, FreeBSD Security Officer
Online backups for the truly paranoid: http://www.tarsnap.com/

Reply With Quote
  #5  
Old 11-20-2001, 07:40 PM
allera allera is offline
Web Hosting Master
 
Join Date: Apr 2001
Location: Palm Beach, FL
Posts: 1,095
Re: shell access?

Quote:
If you think about it, what cant the customer do in ftp that they have to do in shell?
For one, lots of people prefer the mysql prompt over phpmyadmin. There are just some people that are more comfortable using a shell than using a control panel (for cron jobs for example). Hardly any of our customers use their shells anyway...

Quote:
What about security issues?
Use SSH and patch the system.

Quote:
What do you do if a customer installs a eggbot with about 20 processes going? (IE: like we had a few weeks ago) ? suspending the account wont do any good...
Remind them that no irc-related processes are allowed to run (and no background processes, if you don't allow it). If they refuse to listen, cancel the account or revoke their telnet/ssh.

Quote:
what about lurching? where customers just go into shell to browse around?
Just make sure the user can't read any of the system-critical files. Even if they don't have shell, a perl/php script can easily read directories and files on the system (the code in php is ridiculously easy too).

Quote:
Whats the good things about offering shell access?
Some customers like to have shell access. If you don't offer it, they'll go elsewhere.

__________________
Alex Llera
Professional Server Management
FreeBSD|Linux|HSphere|Cpanel|Plesk

Reply With Quote
  #6  
Old 11-20-2001, 10:41 PM
gabeosx gabeosx is offline
Junior Guru Wannabe
 
Join Date: Nov 2001
Location: Philadelphia, PA
Posts: 70
Many scripts these days come with shell scripts for installing and configuring. Also, many people, myself included, enjoy using Pico to create php scripts and use pine to check email.

Reply With Quote
  #7  
Old 11-21-2001, 02:35 AM
bitserve bitserve is offline
Web Hosting Master
 
Join Date: Nov 2001
Location: Ann Arbor, MI
Posts: 2,978
I agree 100% with cperciva.

Allowing users to execute/read files with cgi is no more secure than allowing the same thing through a shell.

However, allowing them a shell does allow them to use programs which require a terminal. We prohibit use of the shell for anything other than the maintaining of their web content.

And we don't have pine/pico installed, although we probably would if a user required it. We have vim installed, though.

The biggest use for it is setting of cron jobs (which we allow if they don't get carried away), using the mysql terminal, and cgi program development/installation.

__________________
-Mark Adams
www.bitserve.com - Secure Michigan web hosting for your business.
Only host still offering a full money back uptime guarantee and prorated refunds.
Offering advanced server management and security incident response!

Reply With Quote
  #8  
Old 11-21-2001, 03:04 AM
akashik akashik is offline
ex-Aussie
 
Join Date: Aug 2000
Location: Tacoma, Washington
Posts: 9,576
We have one customer that uses shell for everything. He's aware of the control panel but just doesn't use it. In fact, (as I know him personally in 'real life') I know his own desktop computer doesn't have a GUI. He runs everything (and I mean everything) from command line linux, and views websites as text only for the most part.. He's an odd child

Giving shell to a customer isn't something we have written in black and white. In fact it's not even advertised as being available, though the TOS does cover anything that might end up there. We feel it's a responsibility, not a right and dole out shell access on a case by case basis. When you're dealing with real human beings, making something 100% this way or that isn't much of a reality. Of course granting it also means they're made fully aware they're being watched like a hawk, and if we spot any funny business we'll drop an axe on them.

This will sound trite, but we've been fortunate to have a very good collection of customers, and being 'watchful' doesn't take up as much time as you'd expect. For the most part we're able to leave them to their own devices.

Greg Moore

__________________
Former Webhost... now, just a guy.

Reply With Quote
  #9  
Old 11-21-2001, 03:35 AM
netsolutions netsolutions is offline
Web Hosting Master
 
Join Date: Oct 2001
Location: Sudbury, ON
Posts: 1,161
If you offer FTP you might as well offer SSH and Telnet. If you think that FTP is a lot more secure than SSH or Telnet, then your kidding yourself.

Reply With Quote
  #10  
Old 11-21-2001, 04:09 AM
2Grumpy 2Grumpy is offline
Grumpy Redneck
 
Join Date: Nov 2001
Location: The South
Posts: 5,405
Yes but

Only after I recieve a copy of their ID.

I theorize that people feel more accountable when they know you've got a copy of their vitals.

Not that there's really any way to check the DL/ID is real but so far it seems to work.

__________________
Gary Harris - the artist formerly known as Dixiesys
resident grumpy redneck

Reply With Quote
  #11  
Old 11-21-2001, 05:50 PM
Palm Palm is offline
Web Hosting Master
 
Join Date: Jul 2001
Location: New York
Posts: 578
We require ID before opening up a shell account.

__________________
PalmVersa Communications
PalmVersa.com
ICQ# 120775841

Reply With Quote
  #12  
Old 11-22-2001, 02:16 PM
magnafix magnafix is offline
Web Hosting Master
 
Join Date: Apr 2001
Location: Montana USA
Posts: 673
It takes some work and know-how, but we offer chrooted shell access. This allows CGIs and command-line scripts to operate in precisely the same environment and keeps users away from the 'real' system.

__________________
John Masterson
Former Hosting Company Owner

Reply With Quote
Reply

Related posts from TheWhir.com
Title Type Date Posted
OnRamp Access to Construct Second Austin Data Center Web Hosting News 2013-02-28 10:45:40
StillSecure Updates Safe Access Tool to Enable Mobile Devices Web Hosting News 2012-03-05 15:42:11
Web Host SpexHost Launches New Reseller Hosting Plans Web Hosting News 2011-08-19 15:35:58
Security Firm StillSecure Launches New Version of Safe Access Network Solution Web Hosting News 2011-08-12 17:30:18
United Nations Report Declares Internet Access a Human Right Web Hosting News 2011-06-06 15:19:58


Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes
Postbit Selector

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 Off
HTML code is Off

Forum Jump
Login:
Log in with your username and password
Username:
Password:



Forgot Password?
Advertisement:
Web Hosting News:



 

X

Welcome to WebHostingTalk.com

Create your username to jump into the discussion!

WebHostingTalk.com is the largest, most influentual web hosting community on the Internet. Join us by filling in the form below.


(4 digit year)

Already a member?