10 More Discussions You Might Find Interesting
1. Shell Programming and Scripting
hi,
i have some servers on my network.
i need to connect to them auto from my work station sith SSH.
i need to write a script thet connects to the server with USERNAME and PASSWORD automticly.
and on each server to kill process.
in my sciprt i want to put all list the IP of my... (1 Reply)
Discussion started by: zigizag
1 Replies
2. Shell Programming and Scripting
How to connect db2 IBM on AIX using SSH - SecureCRT ?
Please help me. (3 Replies)
Discussion started by: meomeo87
3 Replies
3. HP-UX
Hi experts,
We are getting slow ssh session connections at HP-UX 11.31 servers.
We have set the parameters that maybe will affect , and commented at other theads at config file sshd_config :
UseDNS no
X11Forwarding yes
X11DisplayOffset 10
X11UseLocalhost no
GSSAPIAuthentication no.
... (7 Replies)
Discussion started by: SapBasisSystem
7 Replies
4. HP-UX
Hi,
I'm trying to connect from an HP-UX with SSH2 client(ssh2 3.1.2 on hppa1.1-hp-hpux11.00) to an SSH2 server on a VxWorks system. The SSH connection is failing with the below connection logs:
> /usr/local/bin/ssh2 -v -l testuser 10.10.10.10
debug: Ssh2/ssh2.c:1391: Using file... (4 Replies)
Discussion started by: ysafi
4 Replies
5. UNIX for Advanced & Expert Users
Hi,
I know that I'm a little off the right forum but it seems like there is more experience and knowledge among Unix/Linux users than among Windows users in this case. I have seen many similar explanations on how to set up the public keys in Unix but nothing that I've tried of the Windows tips... (2 Replies)
Discussion started by: Powerponken
2 Replies
6. UNIX for Dummies Questions & Answers
Dear users
I have a question about connecting to remote servers using terminal
I can connect to one server by
ssh username@domain_of_first_server.com
and after logging into the above i have to connect to one more server
ssh name_of_second_server
bascically to be able to connect to the... (5 Replies)
Discussion started by: kevincobain2000
5 Replies
7. Shell Programming and Scripting
Hi,
I am trying to connect to server using SSH command -
ssh -l <username>@<server> 22
But it just hangs there.. Any suggestions to connect via SSH will be of great help! (2 Replies)
Discussion started by: Sathy153
2 Replies
8. UNIX for Dummies Questions & Answers
hi,
i have script that connects to a unix server. however, i want to add condition that if it cannot connects in 10 attemps, it will send email to me.
while -a ${COUNT} -lt 10]
./connect to server.
if status <> 0 then
email to me.
fi
Thanks a lot. (0 Replies)
Discussion started by: tungaw2004
0 Replies
9. AIX
Hi Everybody,
I have 2 Servers (AIX 4.3), recently I installed SSH in both servers successfuly. I can connect from one server to another using SSH. My problem is when I tried to connect from Windows workstation to one of these servers the connection timed out. I'm using PUTTY to connect to the... (12 Replies)
Discussion started by: aldowsary
12 Replies
10. UNIX for Dummies Questions & Answers
i'm connecting with ssh from a windows pc to a linux system. i want to start e.g. a download and close my session afterwards. how do i do this without killing the download?
thx in advance. (2 Replies)
Discussion started by: sTorm
2 Replies