public inbox for gentoo-user@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-user] ssh'ing livecd
@ 2007-04-07  0:55 maxim wexler
  2007-04-07  1:21 ` deface
  0 siblings, 1 reply; 5+ messages in thread
From: maxim wexler @ 2007-04-07  0:55 UTC (permalink / raw
  To: gentoo-user

Hi group,

I want to copy some files from my gentoo box via eth0
to another box which has only livecd on it and a blank
hard drive. 

I can ssh to the gentoo box from the livecd but not
the other way. However, ping works OK from the gentoo
box.

Here's a sample of the output from the gentoo box:

localhost heathen # ssh root@192.168.0.3
ssh: connect to host 192.168.0.3 port 22: Connection
refused
localhost heathen # ssh root@192.168.0.3/24
ssh: 192.168.0.3/24: Name or service not known
localhost heathen # ssh 192.168.0.3
ssh: connect to host 192.168.0.3 port 22: Connection
refused

I've done this before. According to my notes ssh
192.168.0.3 is all that's required. What I am missing?

TIA

-mw


 
____________________________________________________________________________________
Now that's room service!  Choose from over 150,000 hotels
in 45,000 destinations on Yahoo! Travel to find your fit.
http://farechase.yahoo.com/promo-generic-14795097
-- 
gentoo-user@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [gentoo-user] ssh'ing livecd
  2007-04-07  0:55 [gentoo-user] ssh'ing livecd maxim wexler
@ 2007-04-07  1:21 ` deface
  2007-04-07  9:01   ` Mick
  0 siblings, 1 reply; 5+ messages in thread
From: deface @ 2007-04-07  1:21 UTC (permalink / raw
  To: gentoo-user

[-- Attachment #1: Type: text/plain, Size: 1163 bytes --]

do you have ssh running on both machines? sshD is a service, must be
installed.

On Fri, 2007-04-06 at 17:55 -0700, maxim wexler wrote:

> Hi group,
> 
> I want to copy some files from my gentoo box via eth0
> to another box which has only livecd on it and a blank
> hard drive. 
> 
> I can ssh to the gentoo box from the livecd but not
> the other way. However, ping works OK from the gentoo
> box.
> 
> Here's a sample of the output from the gentoo box:
> 
> localhost heathen # ssh root@192.168.0.3
> ssh: connect to host 192.168.0.3 port 22: Connection
> refused
> localhost heathen # ssh root@192.168.0.3/24
> ssh: 192.168.0.3/24: Name or service not known
> localhost heathen # ssh 192.168.0.3
> ssh: connect to host 192.168.0.3 port 22: Connection
> refused
> 
> I've done this before. According to my notes ssh
> 192.168.0.3 is all that's required. What I am missing?
> 
> TIA
> 
> -mw
> 
> 
>  
> ____________________________________________________________________________________
> Now that's room service!  Choose from over 150,000 hotels
> in 45,000 destinations on Yahoo! Travel to find your fit.
> http://farechase.yahoo.com/promo-generic-14795097

[-- Attachment #2: Type: text/html, Size: 2246 bytes --]

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [gentoo-user] ssh'ing livecd
  2007-04-07  1:21 ` deface
@ 2007-04-07  9:01   ` Mick
  2007-04-07  9:37     ` Pongracz Istvan
  0 siblings, 1 reply; 5+ messages in thread
From: Mick @ 2007-04-07  9:01 UTC (permalink / raw
  To: gentoo-user

[-- Attachment #1: Type: text/plain, Size: 259 bytes --]

On Saturday 07 April 2007 02:21, deface wrote:
> do you have ssh running on both machines? sshD is a service, must be
> installed.

It should be already installed on (any) LiveCD.  Just run:

/etc/init.d/sshd start

to start it.
-- 
Regards,
Mick

[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [gentoo-user] ssh'ing livecd
  2007-04-07  9:01   ` Mick
@ 2007-04-07  9:37     ` Pongracz Istvan
  0 siblings, 0 replies; 5+ messages in thread
From: Pongracz Istvan @ 2007-04-07  9:37 UTC (permalink / raw
  To: gentoo-user

And do not forget to give a password to root user, because normally the
password is a random one.

Use 'passwd'.

Regards,
IStván


-- 
Nyílt forráskód azokra az igazán nehéz napokra. BSA
Open source for those really hard days. BSA
http://www.osbusiness.hu

-- 
gentoo-user@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [gentoo-user] ssh'ing livecd
       [not found] <714179.99275.qm@web31710.mail.mud.yahoo.com>
@ 2007-04-07 17:25 ` Norberto Bensa
  0 siblings, 0 replies; 5+ messages in thread
From: Norberto Bensa @ 2007-04-07 17:25 UTC (permalink / raw
  To: gentoo-user; +Cc: maxim wexler

maxim wexler wrote:
> --- Mick <michaelkintzios@gmail.com> wrote:
> > It should be already installed on (any) LiveCD.
> > Just run:
> >
> > /etc/init.d/sshd start
> >
>
> It *was* started. So it's something else. But thanks
> anyway.
>

What does it say when you try to ssh from your workstation? I mean:

user@workstation: ssh root@livecd

-- 
gentoo-user@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2007-04-07 17:36 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-04-07  0:55 [gentoo-user] ssh'ing livecd maxim wexler
2007-04-07  1:21 ` deface
2007-04-07  9:01   ` Mick
2007-04-07  9:37     ` Pongracz Istvan
     [not found] <714179.99275.qm@web31710.mail.mud.yahoo.com>
2007-04-07 17:25 ` Norberto Bensa

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox