How to Open SSH/Telnet with PHP?

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • SSDD

    How to Open SSH/Telnet with PHP?

    Web host does not have SSH/Telnet, but I read somethink like you can open a
    SSHd or Telnetd with PHP or Perl. I am not sure if there will be an
    interface via PHP/Perl so that it will sends commands via PHP/Perl and
    display feedbacks, or it is just opens another process, but how, since there
    is no root access.


  • Chung Leong

    #2
    Re: How to Open SSH/Telnet with PHP?

    "SSDD" <Boston@MA.US > wrote in message
    news:Tkkcc.4181 9$He5.799819@bg tnsc04-news.ops.worldn et.att.net...[color=blue]
    > Web host does not have SSH/Telnet, but I read somethink like you can open[/color]
    a[color=blue]
    > SSHd or Telnetd with PHP or Perl. I am not sure if there will be an
    > interface via PHP/Perl so that it will sends commands via PHP/Perl and
    > display feedbacks, or it is just opens another process, but how, since[/color]
    there[color=blue]
    > is no root access.[/color]

    I'm not aware of any SSH support in PHP. You can do telnet by opening a
    socket connection to the host.


    Comment

    Working...