473,387 Members | 3,787 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,387 software developers and data experts.

Php => A news reader in Php ?

Hi

i am search a very good software with good graphics for reade
newsgroups/usenet ...

If you know a name ....
thanks bye


Jul 17 '05 #1
7 1902
Hello,

is there an ssh client written in php ?

(or is there another ssh client that I can use on an apache server / web
browser ?)

Ron

Jul 17 '05 #2
A WHAT???
just install putty !

Cheers

Niels
"Ron Croonenberg" <ro**@depauw.edu> wrote in message
news:c0**********@terra.csc.depauw.edu...
Hello,

is there an ssh client written in php ?

(or is there another ssh client that I can use on an apache server / web
browser ?)

Ron

Jul 17 '05 #3
On Fri, 13 Feb 2004 13:33:52 -0500, Ron Croonenberg <ro**@depauw.edu>
wrote:
Hello,

is there an ssh client written in php ?

(or is there another ssh client that I can use on an apache server / web
browser ?)

Ron


Hi Ron! How are things in Greencastle? It has been 40 years since I
last saw it as a young lad. My folks taught at DePauw U.

I have run into a situation just yesterday where I need to call an SSH
client from one Linux server to another from a PHP script. My Linux
guru says that he has to set up some private keys to do it since you
cannot send a password using the ssh binary (which should be located
in /usr/bin or usr/local/bin). Also, he says you cannot pass
parameters to the remote server, but can run a shell script. I will
keep you posted on out progress if you are interested.
Jul 17 '05 #4
Installing a client for SSH is not a problem.

The thing is that quite a few faculty want to login to unix machines
when they are off campus. Problem is that the places they go to not
always have an SSH client.

They always have access to a machine with a browser. Plan I had was that
they can use a browser to connect to a https server here on campus that
will let them (in the browser) ssh to a Linux/Unix machine of there choice.

Ron
Niels Berkers wrote:
A WHAT???
just install putty !

Cheers

Niels
"Ron Croonenberg" <ro**@depauw.edu> wrote in message
news:c0**********@terra.csc.depauw.edu...
Hello,

is there an ssh client written in php ?

(or is there another ssh client that I can use on an apache server / web
browser ?)

Ron



Jul 17 '05 #5
Hello Tyrone,

Hi Ron! How are things in Greencastle? It has been 40 years since I
last saw it as a young lad. My folks taught at DePauw U.
Things are pretty good here. A bit cold right now. A lot of things
changed in 40 years around here. DePauw became a bit bigger, more
resources etc. You should visit the place some time again.
What did your folks teach here ?
I have run into a situation just yesterday where I need to call an SSH
client from one Linux server to another from a PHP script. My Linux
guru says that he has to set up some private keys to do it since you
cannot send a password using the ssh binary (which should be located
in /usr/bin or usr/local/bin). Also, he says you cannot pass
parameters to the remote server, but can run a shell script. I will
keep you posted on out progress if you are interested.


Yes keep me posted. btw ...here's the text of the posting I sent just a
few minutes ago.

*********************************************
Installing a client for SSH is not a problem.

The thing is that quite a few faculty want to login to unix machines
when they are off campus. Problem is that the places they go to not
always have an SSH client.

They always have access to a machine with a browser. Plan I had was that
they can use a browser to connect to a https server here on campus that
will let them (in the browser) ssh to a Linux/Unix machine of there choice.

Ron
*****************************

thanks,

Ron
Jul 17 '05 #6
On Sun, 15 Feb 2004 08:57:49 -0500, Ron Croonenberg <ro**@depauw.edu>
wrote:
Hello Tyrone,
Actually, my name is Tom Most. Tyrone Slothrop is a fictional
character from Thomas Pynchon's Gravity's Rainbow - good reading if
you are snowed in for a week or two. But that is another story...
Hi Ron! How are things in Greencastle? It has been 40 years since I
last saw it as a young lad. My folks taught at DePauw U.


Things are pretty good here. A bit cold right now. A lot of things
changed in 40 years around here. DePauw became a bit bigger, more
resources etc. You should visit the place some time again.
What did your folks teach here ?


My father taught French and my mother music. He set up the original
language lab then which, I am sure, has been since converted to
something computer-based. It was state-of-the-art in 1960. ;-)
Yes keep me posted. btw ...here's the text of the posting I sent just a
few minutes ago.


I don't know if what I am doing will be of much help to you. The ssh
client in Linux is very limited and may involve a lot of work to
create the private key pairs between the machines, which is likely why
noone seems to have created an SSH client with a web interface (at
least nothing came up in all of my Google searches).

There are a couple of Java applets which provide SSH conectivity:
http://freshmeat.net/projects/sshtoo...=156%2C44%2C43
http://www.appgate.com/products/5_MindTerm/

These should be more of use to you.
Jul 17 '05 #7
Ron Croonenberg <ro**@depauw.edu> wrote or quoted:
The thing is that quite a few faculty want to login to unix machines
when they are off campus. Problem is that the places they go to not
always have an SSH client.


You could use a SSH Java applet - e.g.: http://bits.bris.ac.uk/tim/
--
__________
|im |yler http://timtyler.org/ ti*@tt1lock.org Remove lock to reply.
Jul 17 '05 #8

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

2
by: Nicholas Parnell | last post by:
Hi! I have the problem where I cast a bit string of "10000000" to a byte, which i get -128; this is fine so far. However, when I take this byte and cast it to a char, I get a question mark('?')....
8
by: Daniel Hansen | last post by:
I know this must seem totally basic and stupid, but I cannot find any reference that describes how to control the spacing between <p>...</p> and <div>...</div> blocks. When I implement these on a...
129
by: Torbjørn Pettersen | last post by:
I've started cleaning up my HTML and implementing CSS. So far I've used FrontPage, but am switching over to DreamWeaver. Reading a bit on W3Schools.com and W3.org I see there are a lot of HTML...
18
by: Timothy Casey | last post by:
Thanks in advance... =~= Timothy Casey South Australia worloq@iprimus.com.au Formerly: casey@smart.net.au
4
by: Shailendra Batham | last post by:
Hi guys,Does any1 know what this error is all about, what I am trying to do is deserialize a XML, below is my code, let me know what I am doing wrongpublic class test{xin = "<?xml version='1.0'...
6
by: Doug Dew | last post by:
This won't compile: using IEnumerable<T> = System.Collections.Generic.IEnumerable<T>; namespace MyNamespace { public class MyClass<T> : IEnumerable<T> { // Appropriate stuff here }
0
by: Hareth | last post by:
XML & C# I want to load multiple values from an xml and add them to different areas. ex. textbox1,textbox3,label1.... below is what I wrote to add the values to lblOutput.text, but like I said...
0
by: phil | last post by:
I'm having the same problem. Basically, what I need to know is - Can I move more than 4000 characters from a TextBox in a Web Form to a string? If so, some code that illustrates how to do this...
13
by: CK | last post by:
Hi all, I have a textarea control. I am putting it's value in an html email. The problem is that the new lines are being ignored. I want to take the controls value and replace any newline...
2
by: snowie | last post by:
I have a simillar problem to what others have had before me. I just can't find the solution in any earlier post here at the scripts (or any other forum). I am calling a web service that returns a...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.