Has anyone done anything with remote code execution? Specifically via an SSH client WITHOUT using Keys.
My initial thought was to attempt to pipe a password to the 'ssh user@host' command, but that is a hack. The next thing I found was the pecl ssh2 library, but ssh2 is still beta, and the library cant compile with the newest ssh2lib.
Any other ideas/suggestions? Thanks.
Options for remote code execution (SSH?)
Moderator: General Moderators
-
true_atlantis
- Forum Newbie
- Posts: 2
- Joined: Wed Oct 24, 2007 2:02 pm
- Kieran Huggins
- DevNet Master
- Posts: 3635
- Joined: Wed Dec 06, 2006 4:14 pm
- Location: Toronto, Canada
- Contact:
You need a key based authentication. E.g. :http://www.astro.caltech.edu/~mbonati/W ... d_ssh.html
There are 10 types of people in this world, those who understand binary and those who don't
-
true_atlantis
- Forum Newbie
- Posts: 2
- Joined: Wed Oct 24, 2007 2:02 pm