Re: scp in reverse?

2012-04-01 Thread Lisa Kachold
On Sat, Mar 31, 2012 at 8:11 PM, Michael Havens bmi...@gmail.com wrote: I was wondering could you do this via ipaddress? On Thu, Mar 15, 2012 at 12:01 PM, kitepi...@kitepilot.com kitepi...@kitepilot.com wrote: Yes, scp (like cp) will copy back or forth, the 2 commands below are legal:

Re: ssh in network

2012-04-01 Thread Michael Havens
I was googling the 'no route to host' and found a suggestion to add a route that poimts to the routerr with the command 'sudo ip route add 192.168.1.0/24 dev eth0'. So I thought that sounded good but after I did not only could I not ssh out of the computer but I could no longer ssh into the

Re: ssh in network

2012-04-01 Thread Lisa Kachold
Reboot On Sun, Apr 1, 2012 at 3:25 PM, Michael Havens bmi...@gmail.com wrote: I was googling the 'no route to host' and found a suggestion to add a route that poimts to the routerr with the command 'sudo ip route add 192.168.1.0/24 dev eth0'. So I thought that sounded good but after I did

Re: ssh in network

2012-04-01 Thread Lisa Kachold
snip I was googling the 'no route to host' and found a suggestion to add a route that poimts to the routerr with the command 'sudo ip route add 192.168.1.0/24 dev eth0'. So I thought that sounded good but after I did not only could I not ssh out of the computer but I could no longer ssh into

Re: ssh in network

2012-04-01 Thread Michael Havens
Now, instead of the 'no route to host' error I get a 'connection refused'. I still can't ssh to the ubuntu machine. it times out. On Sun, Apr 1, 2012 at 4:08 PM, Lisa Kachold lisakach...@obnosis.comwrote: snip I was googling the 'no route to host' and found a suggestion to add a route that

Re: ssh in network

2012-04-01 Thread Lisa Kachold
Michael, did you follow every suggestion in the last email? Reboot check and verify network and ssh daemons including default routes on both machines verify that you have the right settings in your /etc/hosts.allow and /etc/hosts.deny files on both servers add /etc/hosts entries for all your

Re: ssh in network

2012-04-01 Thread Michael Havens
I'm doing your suggestions right now. I don't know how I missed them but after I sent the reply you are responding to I noticed them and started the implemetation of them. I did reboot and still ssh doesn't work. Just wait until you get the response to your suggestion email. Sorry about the

Re: ssh in network

2012-04-01 Thread Michael Havens
A route add command is not persistent past a reboot or network restart. It seems to have been. I rebooted and still can't ssh from the laptop to the ubuntu. Mike, ONE of your systems is on your Wireless and the other is on the wired? Sometimes wireless to wired connections take longer than

Re: ssh in network

2012-04-01 Thread Lisa Kachold
Okay Are you colorblind? Knowing one's limitations is good. Now you can watch to make sure you follow each email thread and address each item; I have noticed you miss things frequently. Linux troubleshooting is very specific; be careful to read the full thread, and respond inline. Let's

Re: ssh in network

2012-04-01 Thread Lisa Kachold
Sorry backwards; it should be hosts: files dns On Sun, Apr 1, 2012 at 7:28 PM, Lisa Kachold Check your /etc/nsswitch.conf file to be sure it has hosts: dns files wrong see above Reference: http://www.faqs.org/docs/securing/chap6sec71.html Then ping each server before trying