Patches item #1398916, was opened at 2006-01-07 00:42
Message generated for change (Comment added) made by mgeisler
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=800589&aid=1398916&group_id=156638

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: Documentation
>Group: Version 2.1
>Status: Closed
>Resolution: Accepted
Priority: 5
Submitted By: Martin Geisler (mgeisler)
>Assigned to: Martin Geisler (mgeisler)
Summary: List of alternatives

Initial Comment:
Like any good open-source program PHP Shell shouldn't
be afraid of mentioning some of the alternatives out there.

An incomplete list would be:

* SSH.  The Secure Shell is the standard solution to
the problem that PHP Shell tries to solve.  SSH lets
you login to a remote system in a secure way where the
traffic and password is encrypted at all times.  You
can also upload and download files securely and make
encrypted TCP tunnels.

  If your host supports SSH then use it and forget
about PHP Shell or any other solution.

* Telnet.  This is the old way to obtain an interactive
login on a remote system.  Unfortunately telnet is
insecure since the password and subsequent traffic are
sent in clear text.  SSH was developed precisely to
replace telnet.  The advantage of telnet over PHP Shell
is that it gives you an interactive session.

* See more alternatives at the Anyterm homepage:

  http://anyterm.org/compared.html

----------------------------------------------------------------------

>Comment By: Martin Geisler (mgeisler)
Date: 2006-05-08 00:14

Message:
Logged In: YES 
user_id=1264592

This is now in SVN and will be part of version 2.2.

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=800589&aid=1398916&group_id=156638


-------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
phpshell-devel mailing list
phpshell-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/phpshell-devel

Reply via email to