![]() |
|
|
google unix.com
|
|||||||
| Forums | Register | Forum Rules | Links | Albums | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| Shell Programming and Scripting Post questions about KSH, CSH, SH, BASH, PERL, PHP, SED, AWK and OTHER shell scripts and shell scripting languages here. |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| JSCAPE Secure FTP Server 3.8 (Default branch) | iBot | Software Releases - RSS News | 0 | 03-05-2008 05:20 AM |
| Annvix: A stable, secure, no-frills server distro | iBot | UNIX and Linux RSS News | 0 | 01-21-2008 12:50 PM |
| Annvix: A stable, secure, no-frills server distro | iBot | UNIX and Linux RSS News | 0 | 01-16-2008 12:30 PM |
| Secure FTP Problem using Sun SSH on Client system F-Secure on Server system | ftpguy | SUN Solaris | 2 | 01-11-2007 12:19 PM |
| ftp to secure server | rkkiran | HP-UX | 1 | 01-03-2005 12:30 PM |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
||||
|
Hi,
Earlier i am posting some files using rdist. rdist -h -f <file-name> File-name 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. How can i rdist to this server with out any problem? Is there any way. I did some investigation on net.I found that rdist normally uses rsh.But i need rdist via ssh. to do this it depends on version & need to configure something. Any body let me know how to find my rdist version.(I didn't find the version of it) Since i don't have permission to configure,How can i publish files using rdist via ssh . Rgds Kan Last edited by Mar1006; 03-02-2007 at 10:27 AM.. |
|
||||
|
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 |
|
||||
|
Quote:
|
|
||||
|
If your rdist was compiled to allow you to change the transport, you just need to pass "-P /usr/bin/ssh" (use the right path for the location of your ssh of coures) and it should work. It'll surely ask for your password to send the files though.
If your rdist wasn't compiled with that capability, you'll need to retrieve the source and change the compile time options to allow optional transports. You might also consider rsync which is what I use for my website syncing. Carl |
![]() |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|