Sponsored Content
Top Forums Shell Programming and Scripting How to rdist to secure server. Post 302109035 by dsbeerf on Friday 2nd of March 2007 11:28:21 AM
Old 03-02-2007
Quote:
Originally Posted by Mar1006
Hi,

Earlier i am posting some files using rdist.

rdist -h -f <distfile>

distfile is file which contains details of servername,host,source & destination.

Now server has changed and it is giving connection refused error.What i have to do. error is:

updating <servername>
<servername>:Connection refused.

the server only accepts sftp & ssh.

I have to use rdist via ssh.it need some configuration.

1)Since i don't have permission to do configuration.
2) I don't know what rdist version my server using(How to find version of rdist)

How can achieve the publishing files with rdist via ssh.

Thanks
K
There is nothing wrong with your method. Whatever was changed on the server, SSH is no longer running. That is what the 'Connection Refused' means. The SSH port is closed. No daemon is listening on that port.

Contact the administrator of that machine and find out what they changed and why. And why you weren't notified.
 

4 More Discussions You Might Find Interesting

1. HP-UX

ftp to secure server

How to ftp file to secure server. Can somebody pls guide. (1 Reply)
Discussion started by: rkkiran
1 Replies

2. Solaris

Secure FTP Problem using Sun SSH on Client system F-Secure on Server system

I am using shell script to do secure ftp. I have done key file setup to do password less authentication. Following are the FTP Details: FTP Client has Sun SSH. FTP Server has F-Secure. I am using SCP Command to do secure copy files. When I am doing this, I am getting the foll error scp:... (2 Replies)
Discussion started by: ftpguy
2 Replies

3. Shell Programming and Scripting

Transfer files from linux server to windows using secure ftp (sftp)

HI, I have to transfer files from linux server to windows using secure ftp (sftp) .Kindly help me out. (3 Replies)
Discussion started by: manushi88
3 Replies

4. UNIX for Advanced & Expert Users

Secure Copy - File Transfer between 2 server

Using RCP command we can transfer file from one server to another server. While transferring we can rename the file also e.g. File name = FILE123.txt (lying on Source server = oldserver) Target Server Name = newyour Renamed File = FILE456.txt rcp FILE123.txt newyour:./FILE456.txt... (1 Reply)
Discussion started by: Pash
1 Replies
All times are GMT -4. The time now is 10:01 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy