Login to UNIX from the browser.


 
Thread Tools Search this Thread
Top Forums UNIX for Dummies Questions & Answers Login to UNIX from the browser.
# 1  
Old 05-21-2010
Login to UNIX from the browser.

Hi All,
I need to login to the UNIX server from the browser. can you please tell me the procedure?

Thanks
Sarwan
# 2  
Old 05-21-2010
Not possible, unless the server admin installs some special software that can run an terminal emulation inside a browser window. This, however, is highly discouraged, because if set up wrong (which is quite possible for anyone not experienced enough with UNIX to require such a thing) it would probably open up security holes as large as the distance between the galaxies.
# 3  
Old 05-21-2010
Hi Pludi,
Thanks for your quick response. We are able to open Dev server through the browser, but unable to open the UAT server. Can you tell which configuration file or set up I have to compare between these two environment. (FYI: we have not used these two servers for long time, now we are using it. No one aware when was the last time logined into UAT server through the browser)

Thanks
Sarwan
# 4  
Old 05-21-2010
What is an UAT server? What do you mean by "login to the server"? Open a webpage there, or really get shell access? What OS are the servers running?
# 5  
Old 05-21-2010
We have 2 servers, 1 for development environment, 1 for test environment (UAT), All these 2 are UNIX(SunOS 5.6) servers. I can open the dev server from the browser like http : // system name .com /emp then the browser will show the directories which are all in under emp directory. Similary I want the same for test server, but I am getting page can't found.

Thanks
Sarwan
# 6  
Old 05-21-2010
OK, so it has nothing to do with logging in, but just getting a directory listing from the HTTP server.

Make sure that the test server has some kind of web server installed (Apache or similar). When that's done, check the configuration (apache.conf for Apache 1.x, httpd.conf for Apache 2.x) to make sure that directory listing is allowed (for Apache it's "Options +Indexes" as a per-directory directive)
 
Login or Register to Ask a Question

Previous Thread | Next Thread

9 More Discussions You Might Find Interesting

1. SCO

Any Other Browser for SCO UNIX OpenServer?

Obviously, the client browsers which came with SCO UNIX OpenServer, Netscape and Mozilla, are horribly outdated now. Does anyone know of a relatively current browser which will work in their place? (2 Replies)
Discussion started by: Transpower
2 Replies

2. UNIX for Dummies Questions & Answers

iptables rule to block access from VM Browser to Firewall Login Page

(1 Reply)
Discussion started by: senrabdet
1 Replies

3. UNIX for Dummies Questions & Answers

Practice UNIX on web Browser?

To practice SQL, there is a very good website called www.sqlfiddle.com no need of installing any external software, it can do almost anything in PL/SQL and Oracle. In a similar manner, is there a good website where i can practice Unix commands on a broswer? I mean, it should be able to execute... (1 Reply)
Discussion started by: Manjunath B
1 Replies

4. Solaris

X-browser Not able to login

Hi, I am in a problem. i have got Solaris 10 and Solaris 8 Machines with me. I have created many users on the servers. I login to solaris servers via putty and xbrowser from a windows desktop. With Putty all works well for all the users. Problem is that my 'abc' user is able to see the GUI... (0 Replies)
Discussion started by: varunksharma87
0 Replies

5. Solaris

Triggering UNIX command from Web Browser

HI, I want to trigger a UNIX command from a web browser page. The web browser will have few steps which will generate the UNIX command and then it should connect to the UNIX box and fire that command. Here we are using Sun Solaris UNIX. Can you please suggest me how can i get... (6 Replies)
Discussion started by: dear_abhi2007
6 Replies

6. Cybersecurity

Browser Login instead of .htaccess popup

Hi, Sorry if this is in the wrong forum. Anyway help I would appreciate. How do or or where would I find info (tried google but it's just a bit hard to understand & have no how to implement it). What I've got is a standard garden variety user registration form (php). It allows people to... (1 Reply)
Discussion started by: justanob
1 Replies

7. Cybersecurity

Login from browser

I have developed a couple cgi scripts that run to access data on our Solaris box, and was wondering how I could implement some type of login (via the browser) that would allow the user to use there login + password from the Solaris box as well. There is sensitive information produced in the... (5 Replies)
Discussion started by: man
5 Replies

8. UNIX for Dummies Questions & Answers

Web browser and web server for Unix

Hi there all I am looking for both a web browser as well as a web server (Ie. Netscape Fasttrack) that will run on HPUX 10. If you know where I can get these free via FTP, please contact me as soon as possible!! Thanks, Mark (1 Reply)
Discussion started by: mleathers
1 Replies

9. UNIX for Advanced & Expert Users

Cannt ftp my unix server through a browser

I have got this sco unix server.Last week we rebuilt this server and ever since we can ftp to this server through a command line but cannt ftp to this through a browser ( say internet explorer ) anymore. It has nothing to do with firewalls becoz it was working fine earlier. Any ideas?? (4 Replies)
Discussion started by: rsahu
4 Replies
Login or Register to Ask a Question