ajr123 Posted April 12, 2011 Share Posted April 12, 2011 Hi, I have a simple SSH script that connects to a host. However, the host uses a Keyboard-Interactive password, whereas in the PHP documentation I only see: ssh2_auth_hostbased_file — Authenticate using a public hostkey ssh2_auth_none — Authenticate as "none" ssh2_auth_password — Authenticate over SSH using a plain password ssh2_auth_pubkey_file -- Authenticate using a public key PHP does not support Keyboard-Interactive auth? Link to comment https://forums.phpfreaks.com/topic/233431-ssh-and-authentication/ Share on other sites More sharing options...
betterphp Posted April 14, 2011 Share Posted April 14, 2011 keyboard-interactive ... doe that just mean typed in the shell ? If so you probably want the third one in that list. I may have completely misunderstood :-\ Link to comment https://forums.phpfreaks.com/topic/233431-ssh-and-authentication/#findComment-1201792 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.