From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp2.wa.amnet.net.au (smtp2.wa.amnet.net.au [203.161.124.51]) by speech.braille.uwo.ca (Postfix) with ESMTP id 635FB10A2D for ; Sun, 26 Oct 2008 08:04:18 -0400 (EDT) Received: from localhost (localhost.localdomain [127.0.0.1]) by smtp2.wa.amnet.net.au (Postfix) with ESMTP id 7C4F4C3F9D for ; Sun, 26 Oct 2008 21:05:28 +0900 (WST) X-Virus-Scanned: amavisd-new at smtp2.wa.amnet.net.au Received: from smtp2.wa.amnet.net.au ([127.0.0.1]) by localhost (smtp2.wa.amnet.net.au [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id ZLuA1IDxN29C for ; Sun, 26 Oct 2008 21:05:26 +0900 (WST) Received: from gotss1.gotss.net (203.161.101.89.static.amnet.net.au [203.161.101.89]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by smtp2.wa.amnet.net.au (Postfix) with ESMTP id 72A62C3F9B for ; Sun, 26 Oct 2008 21:05:26 +0900 (WST) Received: from bouncy.gotss.net ([192.168.24.37] helo=bouncy) by gotss1.gotss.net with smtp (Exim 4.69) (envelope-from ) id 1Ku4N3-0001qH-Be for speakup@braille.uwo.ca; Sun, 26 Oct 2008 21:05:25 +0900 Message-ID: From: "Kerry Hoath" To: "Speakup is a screen review system for Linux." References: <48FB0A9F.2050408@baechler.net> Subject: Re: connecting via ssh Date: Sun, 26 Oct 2008 21:05:25 +0900 MIME-Version: 1.0 Content-Type: text/plain; format=flowed; charset="iso-8859-1"; reply-type=response Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2900.5512 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.5579 X-BeenThere: speakup@braille.uwo.ca X-Mailman-Version: 2.1.11 Precedence: list Reply-To: "Speakup is a screen review system for Linux." List-Id: "Speakup is a screen review system for Linux." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 26 Oct 2008 12:04:19 -0000 I'd run apt-get install openssh and answer yes to the question about installing packages. Usually works for me. Regards, Kerry. ----- Original Message ----- From: "Bruce Noblick" To: "Speakup is a screen review system for Linux." Sent: Sunday, October 26, 2008 8:44 PM Subject: Re: connecting via ssh > Thanks, Tony, > > I was able to get the static IP address working. Thankfully my years of > experience on mainframes with front end processors controlling their > network came in handy for something, grin, even though it has no other > current relevance. > > I am using ubuntu which says that it is "debian-derived" or something like > that so I thought I would try the aptitude -q command you suggested and it > did run and it appeared to be functional. I got lost in the maze of > categories of packages and names of packages and haven't yet found the > openssh-server package. I wasn't sure if that was the best approach with > ubuntu either so I wanted to confirm that here before I allowed it to do > any updates or downloads. I didn't have a good recovery plan if things > went weird since I don't know linux very well yet. > > Thanks for your patience. > > Enjoy the day! > Bruce > > . > ----- Original Message ----- > From: "Tony Baechler" > To: "Speakup is a screen review system for Linux." > > Sent: Sunday, October 19, 2008 6:23 AM > Subject: Re: connecting via ssh > > >> Bruce Noblick wrote: >>> This may be a very basic question but I haven't figured out how to get >>> ssh to connect with my linux box. >>> >>> >> First, I know this is obvious, but are you sure that the openssh server >> is installed on your Linux machine? If using Debian, do "aptitude -q >> install openssh-server" before anything else or of course you won't be >> able to connect. >> >>> I tried to get my ip address but the information I got seemed to be only >>> valid for the local machine. I have a router to which all of my >>> computers are connected so I thought my addresses should be on a >>> 192.168.1 subnetwork but the only addresses I saw were on a 127.0 >>> subnetwork. >>> >> >> >> >> Is your router using dhcp? In other words, do you have the dhcp server >> in your router turned on? Also, what does "ifconfig" and >> "/etc/network/interfaces" say? The "ifconfig" command should show you >> your address, gateway and netmask. /etc/network/interfaces has this >> information for automatic setup on boot. By default, you're probably >> trying to use dhcp. The good thing is that you're almost guaranteed that >> you'll get a valid ip address assuming your router is working and >> provides a dhcp server. The bad thing is that the address could change >> every time, making it difficult to find what address it uses. For >> example, our Linksys router assigns dhcp addresses starting at >> 192.168.0.100. If I connect from different machines with dhcp, my >> address might be 192.168.0.103 or anything between 100 and 149. That's >> why static addresses are better, but they require manual setup. If you >> look at /etc/network/interfaces, it probably says something about dhcp. >> I suggest reading the interfaces (5) man page or I can send you a sample >> of mine. Then it's just a matter of connecting to the static address you >> assign, such as 192.168.1.5 or whatever via ssh. >> _______________________________________________ >> Speakup mailing list >> Speakup@braille.uwo.ca >> http://speech.braille.uwo.ca/mailman/listinfo/speakup >> >> __________ NOD32 3539 (20081021) Information __________ >> >> This message was checked by NOD32 antivirus system. >> http://www.eset.com >> >> > > _______________________________________________ > Speakup mailing list > Speakup@braille.uwo.ca > http://speech.braille.uwo.ca/mailman/listinfo/speakup >