Skip to main content
replaced http://unix.stackexchange.com/ with https://unix.stackexchange.com/
Source Link

Possible Duplicate:
Shell Script for logging into a ssh serverShell Script for logging into a ssh server

I need to connect via SSH to a remote server, however I must do this with out interactive mode and with out use Public keys and also with out install extra packes like sshpass or expect because it's a unix system based, I was wondering if it's possible using a script or send the pass together the command ssh connection, something like this:

$: ssh user@remoteserver \npassword

Possible Duplicate:
Shell Script for logging into a ssh server

I need to connect via SSH to a remote server, however I must do this with out interactive mode and with out use Public keys and also with out install extra packes like sshpass or expect because it's a unix system based, I was wondering if it's possible using a script or send the pass together the command ssh connection, something like this:

$: ssh user@remoteserver \npassword

Possible Duplicate:
Shell Script for logging into a ssh server

I need to connect via SSH to a remote server, however I must do this with out interactive mode and with out use Public keys and also with out install extra packes like sshpass or expect because it's a unix system based, I was wondering if it's possible using a script or send the pass together the command ssh connection, something like this:

$: ssh user@remoteserver \npassword
insert duplicate link
Source Link

Possible Duplicate:
Shell Script for logging into a ssh server

I need to connect via SSH to a remote server, however I must do this with out interactive mode and with out use Public keys and also with out install extra packes like sshpass or expect because it's a unix system based, I was wondering if it's possible using a script or send the pass together the command ssh connection, something like this:

$: ssh user@remoteserver \npassword

I need to connect via SSH to a remote server, however I must do this with out interactive mode and with out use Public keys and also with out install extra packes like sshpass or expect because it's a unix system based, I was wondering if it's possible using a script or send the pass together the command ssh connection, something like this:

$: ssh user@remoteserver \npassword

Possible Duplicate:
Shell Script for logging into a ssh server

I need to connect via SSH to a remote server, however I must do this with out interactive mode and with out use Public keys and also with out install extra packes like sshpass or expect because it's a unix system based, I was wondering if it's possible using a script or send the pass together the command ssh connection, something like this:

$: ssh user@remoteserver \npassword
Post Closed as "exact duplicate" by Gilles 'SO- stop being evil', Mat, Michael Mrozek
Source Link
fers
  • 59
  • 4

Autentification on SSH connection in OneLine

I need to connect via SSH to a remote server, however I must do this with out interactive mode and with out use Public keys and also with out install extra packes like sshpass or expect because it's a unix system based, I was wondering if it's possible using a script or send the pass together the command ssh connection, something like this:

$: ssh user@remoteserver \npassword