cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
2587
Views
0
Helpful
1
Replies

how to use sh script to ssh login sup720

julxu
Level 1
Level 1

we configured our sup720 to use ssh only. no telnet.

that bring me a problem to write shell script to access sup720. the pseudo terminal not work anymore.

Cold I get advice how the shell script can implement ssh login to access the box

Any comments will be appreciated

Thanks in advance

1 Reply 1

paddyxdoyle
Level 6
Level 6

What client are you running the script from.

If it's a windows client you could download and install putty which is a freeware SSH client. If you add the directory where putty resides to your PATH variable you can invoke SSH from the command line.

If is a Unix client then i believe you will be able to SSH from the command line already as support for SSH has been around for a while, certainly on Solaris and Linux.

HTH

PD