[gentoo-user] ssh'ing livecd

2007-04-06 Thread maxim wexler
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 [EMAIL PROTECTED]
ssh: connect to host 192.168.0.3 port 22: Connection
refused
localhost heathen # ssh [EMAIL PROTECTED]/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



Re: [gentoo-user] ssh'ing livecd

2007-04-06 Thread deface
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 [EMAIL PROTECTED]
> ssh: connect to host 192.168.0.3 port 22: Connection
> refused
> localhost heathen # ssh [EMAIL PROTECTED]/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


Re: [gentoo-user] ssh'ing livecd

2007-04-07 Thread Mick
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


pgpJC4XbcUwsR.pgp
Description: PGP signature


Re: [gentoo-user] ssh'ing livecd

2007-04-07 Thread Pongracz Istvan
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



Re: [gentoo-user] ssh'ing livecd

2007-04-07 Thread maxim wexler

--- Mick <[EMAIL PROTECTED]> wrote:

> 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.

It *was* started. So it's something else. But thanks
anyway.

-mw




 

Need Mail bonding?
Go to the Yahoo! Mail Q&A for great tips from Yahoo! Answers users.
http://answers.yahoo.com/dir/?link=list&sid=396546091
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] ssh'ing livecd

2007-04-07 Thread Norberto Bensa
maxim wexler wrote:
> --- Mick <[EMAIL PROTECTED]> 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:

[EMAIL PROTECTED]: ssh [EMAIL PROTECTED]

-- 
gentoo-user@gentoo.org mailing list