Help for this page

Select Code to Download


  1. or download this
    ssh root@remoteIP /usr/bin/ls
    
  2. or download this
    system("ssh root@remoteIP /usr/bin/ls");
    
  3. or download this
    ssh: Could not resolve hostname root.remoteIP: Name or service not kno
    +wn remoteIP is the real IP address of the remote computer.
    
  4. or download this
    ssh root@remoteIP /usr/bin/ls
    
  5. or download this
    system("ssh root\@\remoteIP /usr/bin/ls");