connect to server using ssh


 
Thread Tools Search this Thread
Top Forums UNIX for Dummies Questions & Answers connect to server using ssh
# 1  
Old 07-27-2007
connect to server using ssh

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 [ condition ] -a ${COUNT} -lt 10]
./connect to server.
if status <> 0 then
email to me.

fi


Thanks a lot.
 
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

Help Required - facing error when trying to connect to a mysql by ssh to another server

Hi i am new to unix shell scripting i have the below requirement connect to server B and then connect to mysql in the server B and query for a particular record and capture that value but when i perform this i am facing an error can u guys help me on this:confused::confused: ... (2 Replies)
Discussion started by: Hamdul
2 Replies

2. Linux

How to connect Linux server (configure two way authentication) with Windows server?

Hi my name is Manju. ->I have configure the two way authentication on my linux server. ->Now I am able to apply two way authenticator on particuler user. ->Now I want to map this linux server to my AD server. ->Kindly tell me how to map AD(Active Directory) with this linux server. ... (0 Replies)
Discussion started by: manjusharma128
0 Replies

3. Shell Programming and Scripting

Connect (SSH) to Windows server via Linux server through a script and passing command.. but failing

I am trying to connect to Windows server via Linux server through a script and run two commands " cd and ls " But its giving me error saying " could not start the program" followed by the command name i specify e g : "cd" i am trying in this manner " ssh username@servername "cd... (5 Replies)
Discussion started by: sunil seelam
5 Replies

4. Red Hat

Xming Vs ssh connect to RHEL server from Windows machine

I am able to connect a RHEL server from my Windows machine using Putty (via ssh). My question is what is the advantage of using Xming instead of Putty? Is it that Xming would enable a graphical connect from the Windows machine to RHEL server? I hope my question is clear that what is the... (9 Replies)
Discussion started by: RHCE
9 Replies

5. Linux

Generate public key to connect from one ftp server to other server

How to generate public key to connect from one ftp server to other server to use in scripting. (0 Replies)
Discussion started by: sridhardwh
0 Replies

6. Red Hat

unable to connect remote server using ssh

hi all i am unable to connect remote server using ssh but i am able to ping the server ssh service is running. (5 Replies)
Discussion started by: nikhil kasar
5 Replies

7. Shell Programming and Scripting

[SSH] Need to connect to remote server as different user and without password

I have a task requiring that USER_A run a script, which connects to HOST_B as USER_B and does not ask for a password. If I am logged in on HOST_A as USER_B, I can connect to HOST_B without a password, no problem. However, if I try running ssh with the command line "ssh USER_B@HOST_B" while... (3 Replies)
Discussion started by: Totengraber
3 Replies

8. Shell Programming and Scripting

shell script for how to connect to a remote server by using ssh

i want to connect to a remote server through ssh. i have to also provide password within that script. after connecting to the remote server i want to do some operations like grep,cd etc can u pls help me to wite a script. Thanks (1 Reply)
Discussion started by: millan
1 Replies

9. Shell Programming and Scripting

how to connect to server with ssh to check process size

Hello i have to connect to 11 servers to check the process size on every server. how to that with shell scripting using ssh regards (7 Replies)
Discussion started by: mogabr
7 Replies

10. Shell Programming and Scripting

Not able to remotely connect to server using ssh

Hi, I am trying to run the below command in perl but when the perl script is executed it prompts a error message saying " ssh: <username>: Name or service not known ". Not able to understand this as this command runs perfectly on the server prompt. ` ssh <username>@pus4026dev df -k >>... (2 Replies)
Discussion started by: be2sp1
2 Replies
Login or Register to Ask a Question
SENDCOMMAND(8)							    Citadel.org 						    SENDCOMMAND(8)

NAME
sendcommand - command sending utility for Citadel SYNOPSIS
sendcommand [remotehost [remoteport]] Citadelcommand DESCRIPTION
Sendcommand connects to the given citserver, identifies itself as an internal programm [/doku.php/documentation:appproto:connec- tion#ipgm.identify.as.an.internal.program] , and sends the Citadel Protocol Command you specified. OPTIONS
SwitchResult -w Change the default watch dog timeout. Takes an integer argument. EG. -w50 will set the watchdog to 50 seconds remotehost if the citserver lives on another box, its name / ip; else the path to the unix-domain-socket. Defaults to the compiled in unix domain socket remoteport If you want to connect to citserver via TCP specify its port here Citadelcommand see http://www.citadel.org/doku.php/documentation:appproto:start [http://www.citadel.org/doku.php/documentation:appproto:start] for more details DEFAULTS
By default userlist connects to a citadel server located at 127.0.0.1 port 504 EXAMPLES
A call to sendcommand could look like that: .nf sendcommand IGAB sendcommand: started (pid=3021) running in citadel Attaching to server... Sample Citadel server ready. Authenticated as an internal program. IGAB 200 Directory has been rebuilt. sendcommand: processing ended. 200 Directory has been rebuilt. Youcanalsouseittoexport/importyourdatabase:.nf sendcommand ARTV export &gt; /tmp/my_database.dump sendcommand ARTV import &lt; /tmp/my_database.dump need to restore it to a Citserver of the same version) HISTORY
1987 - Now the Uncensored Communications Group sendcommand 2008-3-28 SENDCOMMAND(8)