<br><br><div class="gmail_quote">On Sat, Apr 9, 2011 at 5:59 PM, Ken <span dir="ltr"><<a href="mailto:ke2n@cs.com">ke2n@cs.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
<div lang="EN-US" link="blue" vlink="purple"><div><p class="MsoNormal"><span style="color:#1F497D">Thanks for the initial replies, but this is a guru-to-linux_learner question.  I need specifics.</span></p><p class="MsoNormal">
<span style="color:#1F497D">I spent 5 hours spelunking the internet and reading man pages, before posting here.</span></p><p class="MsoNormal"><span style="color:#1F497D">I tried everything I could think of and I came close once, but crashed and burned.</span></p>
<p class="MsoNormal"><span style="color:#1F497D"> </span></p><p class="MsoNormal"><span style="color:#1F497D">You will  note that these copying tools never have a place for password and usually no port reference.</span></p>
<p class="MsoNormal"><span style="color:#1F497D"> </span></p><p class="MsoNormal"><span style="color:#1F497D">My conclusion is that all these tools/utilities require some setup of SSH – otherwise I get “connection refused” or maybe nothing at all. There is also the option to run a daemon, something I would like to avoid.</span></p>
<p class="MsoNormal"><span style="color:#1F497D"> </span></p><p class="MsoNormal"><span style="color:#1F497D">I went into /etc/ssh/ssh_config and changed the port number that user-programs use - to 200 - for both machines.  That does work, since the error message now has port 200 in it instead of 22.</span></p>
<p class="MsoNormal"><span style="color:#1F497D"> </span></p><p class="MsoNormal"><span style="color:#1F497D">ssh: connect to host 192.168.1.110 port 200: Connection refused</span></p><p class="MsoNormal"><span style="color:#1F497D"> </span></p>
<p class="MsoNormal"><span style="color:#1F497D">But ssh_config has a lot of other stuff in it (# indicates the default):</span></p><p class="MsoNormal"><span style="color:#1F497D"> </span></p><p class="MsoNormal" style="text-autospace:none">
<span style="font-size:9.0pt;font-family:"Courier New""># Host *</span></p><p class="MsoNormal" style="text-autospace:none"><span style="font-size:9.0pt;font-family:"Courier New"">#   ForwardAgent no</span></p>
<p class="MsoNormal" style="text-autospace:none"><span style="font-size:9.0pt;font-family:"Courier New"">#   ForwardX11 no</span></p><p class="MsoNormal" style="text-autospace:none"><span style="font-size:9.0pt;font-family:"Courier New"">#   RhostsRSAAuthentication no</span></p>
<p class="MsoNormal" style="text-autospace:none"><span style="font-size:9.0pt;font-family:"Courier New"">#   RSAAuthentication yes</span></p><p class="MsoNormal" style="text-autospace:none"><span style="font-size:9.0pt;font-family:"Courier New"">#   PasswordAuthentication yes</span></p>
<p class="MsoNormal" style="text-autospace:none"><span style="font-size:9.0pt;font-family:"Courier New"">#   HostbasedAuthentication no</span></p><p class="MsoNormal" style="text-autospace:none"><span style="font-size:9.0pt;font-family:"Courier New"">#   BatchMode no</span></p>
<p class="MsoNormal" style="text-autospace:none"><span style="font-size:9.0pt;font-family:"Courier New"">#   CheckHostIP yes</span></p><p class="MsoNormal" style="text-autospace:none"><span style="font-size:9.0pt;font-family:"Courier New"">#   AddressFamily any</span></p>
<p class="MsoNormal" style="text-autospace:none"><span style="font-size:9.0pt;font-family:"Courier New"">#   ConnectTimeout 0</span></p><p class="MsoNormal" style="text-autospace:none"><span style="font-size:9.0pt;font-family:"Courier New"">#   StrictHostKeyChecking ask</span></p>
<p class="MsoNormal" style="text-autospace:none"><span style="font-size:9.0pt;font-family:"Courier New"">#   IdentityFile ~/.ssh/identity</span></p><p class="MsoNormal" style="text-autospace:none"><span style="font-size:9.0pt;font-family:"Courier New"">#   IdentityFile ~/.ssh/id_rsa</span></p>
<p class="MsoNormal" style="text-autospace:none"><span style="font-size:9.0pt;font-family:"Courier New"">#   IdentityFile ~/.ssh/id_dsa</span></p><p class="MsoNormal" style="text-autospace:none"><span style="font-size:9.0pt;font-family:"Courier New"">   Port 200</span></p>
<p class="MsoNormal" style="text-autospace:none"><span style="font-size:9.0pt;font-family:"Courier New"">#   Protocol 2,1</span></p><p class="MsoNormal" style="text-autospace:none"><span style="font-size:9.0pt;font-family:"Courier New"">#   Cipher 3des</span></p>
<p class="MsoNormal" style="text-autospace:none"><span style="font-size:9.0pt;font-family:"Courier New"">#   Ciphers aes128-cbc,3des-cbc,blowfish-cbc,cast128-cbc,arcfour,aes192-cbc,aes256-cbc</span></p><p class="MsoNormal" style="text-autospace:none">
<span style="font-size:9.0pt;font-family:"Courier New"">#   EscapeChar ~</span></p><p class="MsoNormal" style="text-autospace:none"><span style="font-size:9.0pt;font-family:"Courier New"">#   Tunnel no</span></p>
<p class="MsoNormal" style="text-autospace:none"><span style="font-size:9.0pt;font-family:"Courier New"">#   TunnelDevice any:any</span></p><p class="MsoNormal" style="text-autospace:none"><span style="font-size:9.0pt;font-family:"Courier New"">#   PermitLocalCommand no</span></p>
<p class="MsoNormal"><span style="color:#1F497D"> </span></p><p class="MsoNormal"><span style="color:#1F497D">That’s why I need to hear from somebody who has actually done this (or a variation on it) and actually gotten it to work.</span></p>
<p class="MsoNormal"><span style="color:#1F497D"> </span></p><p class="MsoNormal"><span style="color:#1F497D">Thanks!</span></p><p class="MsoNormal"><span style="color:#1F497D">73</span></p><p class="MsoNormal"><span style="color:#1F497D">Ken</span></p>
<p class="MsoNormal"><span style="color:#1F497D"> </span></p><div style="border:none;border-left:solid blue 1.5pt;padding:0in 0in 0in 4.0pt"><div><div style="border:none;border-top:solid #B5C4DF 1.0pt;padding:3.0pt 0in 0in 0in">
<p class="MsoNormal"><b><span style="font-size:10.0pt">From:</span></b><span style="font-size:10.0pt"> <a href="mailto:app_rpt-users-bounces@ohnosec.org" target="_blank">app_rpt-users-bounces@ohnosec.org</a> [mailto:<a href="mailto:app_rpt-users-bounces@ohnosec.org" target="_blank">app_rpt-users-bounces@ohnosec.org</a>] <b>On Behalf Of </b>Ken<br>
<b>Sent:</b> Saturday, April 09, 2011 5:33 PM<br><b>To:</b> <a href="mailto:app_rpt-users@ohnosec.org" target="_blank">app_rpt-users@ohnosec.org</a><br><b>Subject:</b> [App_rpt-users] copying files between asterisk boxes under program control</span></p>
</div></div><div><div></div><div class="h5"><p class="MsoNormal"> </p><p class="MsoNormal">Can some guru help me out with a command line instruction that will copy a file from one box to another, in a standard ACID installation?</p>
<p class="MsoNormal">The boxes are behind a common router and have different port numbers for SSH (of course). If any config files changes are required, please show what is needed.</p><p class="MsoNormal"> </p><p class="MsoNormal">
Secondly </p><p class="MsoNormal">If possible, is there a way to direct the output of this transfer to “stdin“ so that it can go directly into another program?</p><p class="MsoNormal"> </p><p class="MsoNormal">Thanks</p><p class="MsoNormal">
Ken</p></div></div></div></div></div><br>_______________________________________________<br>
App_rpt-users mailing list<br>
<a href="mailto:App_rpt-users@ohnosec.org">App_rpt-users@ohnosec.org</a><br>
<a href="http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users" target="_blank">http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users</a><br>
<br></blockquote></div>Hi Ken,<div><br></div><div>Did you change your SSH port on the ACID systems from their default of 222 to 200? Port 222 is the default port set by ACID. </div><div><br></div><div>Assuming you can get SSH working between the boxes, you can use SCP (secure copy) to copy between them. </div>
<div><br></div><div>73's,</div><div><br></div><div>Keith</div>