SSH Client


 
Thread Tools Search this Thread
Operating Systems Solaris SSH Client
# 1  
Old 01-06-2012
SSH Client

Hi Gurus,

I need an SSH client to connect to a Solaris server from windows and run a few scripts.

I am able to put/pull files using "psftp" using below command:

psftp -l <username> -pw <password> <hostname> -b <batchfile>

However i am unable to find an equivalent for ssh.
I tried downloading openssh. But It doesn't seem to have an option to send the password.

These are the options available with ssh:

C:\Users\ganeshs\Desktop\Hungama>ssh
usage: ssh [-1246AaCfghkNnqsTtVvXxY] [-b bind_address] [-c cipher_spec]
[-D port] [-e escape_char] [-F configfile] [-i identity_file]
[-L port:host:hostport] [-l login_name] [-m mac_spec] [-o option]
[-p port] [-R port:host:hostport] [user@]hostname [command]

Any help is appreciated.

Thanks
HG
# 2  
Old 01-06-2012
um, have you tried putty?
# 3  
Old 01-06-2012
Quote:
Originally Posted by Hari_Ganesh
Hi Gurus,

I need an SSH client to connect to a Solaris server from windows and run a few scripts.

I am able to put/pull files using "psftp" using below command:

psftp -l <username> -pw <password> <hostname> -b <batchfile>

However i am unable to find an equivalent for ssh.
The same page you got plink from has two things you could try.

putty.exe: A full-out graphical terminal emulator for you to login to ssh with.

plink.exe: A command-prompt ssh utility without the graphical frontend, capable of logging in and doing things automatically over ssh.

PuTTY: a free telnet/ssh client
# 4  
Old 01-07-2012
Thanks to all.plink.exe was just the tool i was looking for.

HG
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. Linux

What SSH Client do you Use?

Most of you probably use PuTTy, but I was wondering if there were any other good alternatives. So, what SSH client do you use? (2 Replies)
Discussion started by: erich76
2 Replies

2. Shell Programming and Scripting

poderosa ssh client on hp-unix

I have tools -> options -> terminal -> buffer -> 999999 but when I scroll up, I often lose what I scroll up to. This always happens when I am connected to oracle in sqlplus. This has never happened to me with poderosa in Sun Solaris or Linux and I have never had to set any variables or... (1 Reply)
Discussion started by: guessingo
1 Replies

3. AIX

ssh login from windows client

I am a new user and i wish to connect to a unix(AIX) server from a windows client using ssh.A detailed solution would be highly appreciated. (1 Reply)
Discussion started by: ajayb3004
1 Replies

4. UNIX for Dummies Questions & Answers

SSH using the shell on the client side -- possible?

I have identical scripts on two machines: one a laptop running Ubuntu 9.04, and the other a Windows XP desktop running Cygwin. The files I'd like to process are on the Windows machine. Running the script in Cygwin engages eight calls to an external executable and spins off who knows how many forks... (1 Reply)
Discussion started by: SilversleevesX
1 Replies

5. Red Hat

Free SSH Client other than PUTTY

Is there any Better FREE SSH client similar to Secure CRT ? We are working on cluster db servers. PROD/DEV/UAT/QA/TEST server hostnames are just one letter differences. it always confuse me to which one I am logging in. So I am looking for a free SSH client, for windows where I can store... (4 Replies)
Discussion started by: johnveslin
4 Replies

6. Red Hat

Using Redhat VIA SSH client.

Alright, I'm not really sure how to say this, since my professor didn't really understand what I was saying, but we have a project in my operating systems class, and what we have to do is create a linux IPC, so I'm using the msgget(), msgsnd(), msgrcv() functions. Now, I run a Windows machine, so... (0 Replies)
Discussion started by: blind melon
0 Replies

7. HP-UX

SSH client

As user root and with some users I can use ssh to connect to remote hosts. But with a specific user I can't use ssh client because: $ ssh OpenSSL version mismatch. Built against 90807f, you have 90703f Is it a $PATH problem or what? HP-UX version is 11.11. (2 Replies)
Discussion started by: untamed
2 Replies

8. UNIX for Dummies Questions & Answers

SSH logs off and Client pptp goes off as well

Hi , I am a newbie to unix,linux i have a fedora core 4 linux. I had set it up as a pptp vpn client to a windows pptp server. Everything was working fine. Recently i saw that there were many attempts to hack into the root login using ssh. so i changed the ssh port,the ssh portocol to 2. And... (0 Replies)
Discussion started by: qais
0 Replies

9. UNIX for Dummies Questions & Answers

SSH client

How can I use ssh client with proxy support? If possible: with proxy chain support. :) (2 Replies)
Discussion started by: zylwyz
2 Replies

10. Cybersecurity

What's the difference between an SSH Client and an SSH Server?

Eh... yeah. What the title says. :D (1 Reply)
Discussion started by: PSC
1 Replies
Login or Register to Ask a Question