* shell
@ 2005-04-07 12:34 Adrian C.
2005-04-07 13:19 ` shell terry white
` (2 more replies)
0 siblings, 3 replies; 8+ messages in thread
From: Adrian C. @ 2005-04-07 12:34 UTC (permalink / raw)
To: linux-admin
Hello there. I need somthing similar to PHPShell
(http://gimpster.com/downloads/phpshell/) so that i can incorporate a
shell into a html page. I need this to connect to my home linux box from
school where i only have access through a squid machine and it's very
traffic restrictive. I also found MindTerm but i think i still need ssh
access since it's an applet and runs on client not server side. PHPShell
would be great if it wasn't so limited on the command set you can pass
through.
Thank you.
--Adrian.
^ permalink raw reply [flat|nested] 8+ messages in thread* Re: shell
2005-04-07 12:34 shell Adrian C.
@ 2005-04-07 13:19 ` terry white
2005-04-07 23:54 ` shell Nick Mitchell
2005-04-08 7:11 ` shell urgrue
2 siblings, 0 replies; 8+ messages in thread
From: terry white @ 2005-04-07 13:19 UTC (permalink / raw)
To: linux-admin
... ciao:
on "4-7-2005" "Adrian C." writ:
: i think i still need ssh access
i'd encourage you to be careful. within not too distant past, i've
seen security issues with regard to ssh ...
--
... i'm a man, but i can change,
if i have to , i guess ...
^ permalink raw reply [flat|nested] 8+ messages in thread* Re: shell
2005-04-07 12:34 shell Adrian C.
2005-04-07 13:19 ` shell terry white
@ 2005-04-07 23:54 ` Nick Mitchell
2005-04-08 7:11 ` shell urgrue
2 siblings, 0 replies; 8+ messages in thread
From: Nick Mitchell @ 2005-04-07 23:54 UTC (permalink / raw)
To: Adrian C.; +Cc: linux-admin
Doesn't webmin have a module for ssh? I am pretty sure there is a telnet
module and i think there is an ssh module. Atleast that would be a
little more secure.
Nick
On Thu, 07 Apr 2005 15:34:37 +0300
"Adrian C." <drupix@gmail.com> wrote:
> Hello there. I need somthing similar to PHPShell
> (http://gimpster.com/downloads/phpshell/) so that i can incorporate a
> shell into a html page. I need this to connect to my home linux box from
> school where i only have access through a squid machine and it's very
> traffic restrictive. I also found MindTerm but i think i still need ssh
> access since it's an applet and runs on client not server side. PHPShell
> would be great if it wasn't so limited on the command set you can pass
> through.
>
> Thank you.
>
> --Adrian.
> -
> To unsubscribe from this list: send the line "unsubscribe linux-admin" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at http://vger.kernel.org/majordomo-info.html
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Nick Mitchell <nick@niteconline.com>
Network Security Specialist
Nitec Security
Voice - 302.542.7992
The invention of IQ does a great disservice to creativity in education.
- Joel Hildebrand
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: shell
2005-04-07 12:34 shell Adrian C.
2005-04-07 13:19 ` shell terry white
2005-04-07 23:54 ` shell Nick Mitchell
@ 2005-04-08 7:11 ` urgrue
2005-04-08 7:17 ` shell Adrian C.
2 siblings, 1 reply; 8+ messages in thread
From: urgrue @ 2005-04-08 7:11 UTC (permalink / raw)
To: Adrian C.; +Cc: linux-admin
have you tried running your ssh daemon on, for example, port 20 or 21
(ftp)? this might be permitted and bypass the proxy.
On 2005.04.07 15:34, Adrian C. wrote:
> Hello there. I need somthing similar to PHPShell
> (http://gimpster.com/downloads/phpshell/) so that i can incorporate a
> shell into a html page. I need this to connect to my home linux box
> from school where i only have access through a squid machine and it's
> very traffic restrictive. I also found MindTerm but i think i still
> need ssh access since it's an applet and runs on client not server
> side. PHPShell would be great if it wasn't so limited on the command
> set you can pass through.
>
> Thank you.
>
> --Adrian.
> -
> To unsubscribe from this list: send the line "unsubscribe linux-
> admin" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at http://vger.kernel.org/majordomo-info.html
>
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: shell
2005-04-08 7:11 ` shell urgrue
@ 2005-04-08 7:17 ` Adrian C.
2005-04-08 7:41 ` shell urgrue
[not found] ` <Pine.LNX.4.61.0504081040390.22901@gpu.utcc>
0 siblings, 2 replies; 8+ messages in thread
From: Adrian C. @ 2005-04-08 7:17 UTC (permalink / raw)
To: urgrue; +Cc: linux-admin
Tried that with no luck. Even tried it on port 80 and 53. Somebody here
suggested Webmin, i would really like to avoid webmin but i will give it
a shot if nothing else comes up.
--Adrian.
urgrue wrote:
> have you tried running your ssh daemon on, for example, port 20 or 21
> (ftp)? this might be permitted and bypass the proxy.
>
> On 2005.04.07 15:34, Adrian C. wrote:
>
>> Hello there. I need somthing similar to PHPShell
>> (http://gimpster.com/downloads/phpshell/) so that i can incorporate a
>> shell into a html page. I need this to connect to my home linux box
>> from school where i only have access through a squid machine and it's
>> very traffic restrictive. I also found MindTerm but i think i still
>> need ssh access since it's an applet and runs on client not server
>> side. PHPShell would be great if it wasn't so limited on the command
>> set you can pass through.
>>
>> Thank you.
>>
>> --Adrian.
>> -
>> To unsubscribe from this list: send the line "unsubscribe linux-
>> admin" in
>> the body of a message to majordomo@vger.kernel.org
>> More majordomo info at http://vger.kernel.org/majordomo-info.html
>>
>
^ permalink raw reply [flat|nested] 8+ messages in thread* Re: shell
2005-04-08 7:17 ` shell Adrian C.
@ 2005-04-08 7:41 ` urgrue
2005-04-08 12:38 ` shell Darío Mariani
[not found] ` <Pine.LNX.4.61.0504081040390.22901@gpu.utcc>
1 sibling, 1 reply; 8+ messages in thread
From: urgrue @ 2005-04-08 7:41 UTC (permalink / raw)
To: Adrian C.; +Cc: linux-admin
id assume there exist server-side solutions for what you describe, but
webmin is probably the easiest solution. its incredibly easy to set up,
supports SSL and does what you need. id bet you'll have your ssh login
running in minutes.
On 2005.04.08 10:17, Adrian C. wrote:
> Tried that with no luck. Even tried it on port 80 and 53. Somebody
> here suggested Webmin, i would really like to avoid webmin but i will
> give it a shot if nothing else comes up.
>
> --Adrian.
>
> urgrue wrote:
>
>> have you tried running your ssh daemon on, for example, port 20 or
>> 21 (ftp)? this might be permitted and bypass the proxy.
>>
>> On 2005.04.07 15:34, Adrian C. wrote:
>>
>>> Hello there. I need somthing similar to PHPShell
>>> (http://gimpster.com/downloads/phpshell/) so that i can incorporate
>>> a shell into a html page. I need this to connect to my home linux
>>> box from school where i only have access through a squid machine
>>> and it's very traffic restrictive. I also found MindTerm but i
>>> think i still need ssh access since it's an applet and runs on
>>> client not server side. PHPShell would be great if it wasn't so
>>> limited on the command set you can pass through.
>>>
>>> Thank you.
>>>
>>> --Adrian.
>>> -
>>> To unsubscribe from this list: send the line "unsubscribe linux-
>>> admin" in
>>> the body of a message to majordomo@vger.kernel.org
>>> More majordomo info at http://vger.kernel.org/majordomo-info.html
>>>
>>
>
> -
> To unsubscribe from this list: send the line "unsubscribe linux-
> admin" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at http://vger.kernel.org/majordomo-info.html
>
^ permalink raw reply [flat|nested] 8+ messages in thread* Re: shell
2005-04-08 7:41 ` shell urgrue
@ 2005-04-08 12:38 ` Darío Mariani
0 siblings, 0 replies; 8+ messages in thread
From: Darío Mariani @ 2005-04-08 12:38 UTC (permalink / raw)
Cc: Adrian C., linux-admin
Have tried with transconnect (http://transconnect.sourceforge.net/)?
On Apr 8, 2005 4:41 AM, urgrue <urgrue@tumsan.fi> wrote:
> id assume there exist server-side solutions for what you describe, but
> webmin is probably the easiest solution. its incredibly easy to set up,
> supports SSL and does what you need. id bet you'll have your ssh login
> running in minutes.
>
>
> On 2005.04.08 10:17, Adrian C. wrote:
> > Tried that with no luck. Even tried it on port 80 and 53. Somebody
> > here suggested Webmin, i would really like to avoid webmin but i will
> > give it a shot if nothing else comes up.
> >
> > --Adrian.
> >
> > urgrue wrote:
> >
> >> have you tried running your ssh daemon on, for example, port 20 or
> >> 21 (ftp)? this might be permitted and bypass the proxy.
> >>
> >> On 2005.04.07 15:34, Adrian C. wrote:
> >>
> >>> Hello there. I need somthing similar to PHPShell
> >>> (http://gimpster.com/downloads/phpshell/) so that i can incorporate
> >>> a shell into a html page. I need this to connect to my home linux
> >>> box from school where i only have access through a squid machine
> >>> and it's very traffic restrictive. I also found MindTerm but i
> >>> think i still need ssh access since it's an applet and runs on
> >>> client not server side. PHPShell would be great if it wasn't so
> >>> limited on the command set you can pass through.
> >>>
> >>> Thank you.
> >>>
> >>> --Adrian.
> >>> -
> >>> To unsubscribe from this list: send the line "unsubscribe linux-
> >>> admin" in
> >>> the body of a message to majordomo@vger.kernel.org
> >>> More majordomo info at http://vger.kernel.org/majordomo-info.html
> >>>
> >>
> >
> > -
> > To unsubscribe from this list: send the line "unsubscribe linux-
> > admin" in
> > the body of a message to majordomo@vger.kernel.org
> > More majordomo info at http://vger.kernel.org/majordomo-info.html
> >
> -
> To unsubscribe from this list: send the line "unsubscribe linux-admin" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at http://vger.kernel.org/majordomo-info.html
>
--
That is not dead which can eternal lie,
and with strange aeons, even death may die.
^ permalink raw reply [flat|nested] 8+ messages in thread
[parent not found: <Pine.LNX.4.61.0504081040390.22901@gpu.utcc>]
* Re: shell
[not found] ` <Pine.LNX.4.61.0504081040390.22901@gpu.utcc>
@ 2005-04-08 14:54 ` Adrian C.
0 siblings, 0 replies; 8+ messages in thread
From: Adrian C. @ 2005-04-08 14:54 UTC (permalink / raw)
To: linux-admin
Mindterm helps me in no way as it's just a regular client written in
java. Still something PHPShell-like with support for some kind of
text-editor would me marvellous.
--Adrian
Derek Yuen wrote:
>
>
> What you're looking for maybe mindterm -- see example:
>
> http://www.math.toronto.edu/admin/mindterm/mindterm.cgi
>
> /dky
> --
> Derek Yeung
> Computing & Network Services
> University of Toronto
>
>
>
> /dky
>
> On Fri, 8 Apr 2005, Adrian C. wrote:
>
>> Tried that with no luck. Even tried it on port 80 and 53. Somebody
>> here suggested Webmin, i would really like to avoid webmin but i will
>> give it a shot if nothing else comes up.
>>
>> --Adrian.
>>
>> urgrue wrote:
>>
>>> have you tried running your ssh daemon on, for example, port 20 or
>>> 21 (ftp)? this might be permitted and bypass the proxy.
>>>
>>> On 2005.04.07 15:34, Adrian C. wrote:
>>>
>>>> Hello there. I need somthing similar to PHPShell
>>>> (http://gimpster.com/downloads/phpshell/) so that i can incorporate
>>>> a shell into a html page. I need this to connect to my home linux
>>>> box from school where i only have access through a squid machine
>>>> and it's very traffic restrictive. I also found MindTerm but i
>>>> think i still need ssh access since it's an applet and runs on
>>>> client not server side. PHPShell would be great if it wasn't so
>>>> limited on the command set you can pass through.
>>>>
>>>> Thank you.
>>>>
>>>> --Adrian.
>>>> -
>>>> To unsubscribe from this list: send the line "unsubscribe linux-
>>>> admin" in
>>>> the body of a message to majordomo@vger.kernel.org
>>>> More majordomo info at http://vger.kernel.org/majordomo-info.html
>>>>
>>>
>>
>> -
>> To unsubscribe from this list: send the line "unsubscribe
>> linux-admin" in
>> the body of a message to majordomo@vger.kernel.org
>> More majordomo info at http://vger.kernel.org/majordomo-info.html
>>
>
^ permalink raw reply [flat|nested] 8+ messages in thread
end of thread, other threads:[~2005-04-08 14:54 UTC | newest]
Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-04-07 12:34 shell Adrian C.
2005-04-07 13:19 ` shell terry white
2005-04-07 23:54 ` shell Nick Mitchell
2005-04-08 7:11 ` shell urgrue
2005-04-08 7:17 ` shell Adrian C.
2005-04-08 7:41 ` shell urgrue
2005-04-08 12:38 ` shell Darío Mariani
[not found] ` <Pine.LNX.4.61.0504081040390.22901@gpu.utcc>
2005-04-08 14:54 ` shell Adrian C.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).