[expert] ssh problems on mandrake 9.0

2003-02-26 Thread Gustavo Alberto Homem
Hello,

Does someone know of a working scp/sftp frontend on mandrake 9.0 ?

I found the konqueror support is working for "get" but broken for "put"
(that is reported under kde.bugs.org).

Also, gftp wich supports ssh2 does not work, since it relies on the
sftp-server binary on the remote machine which does not exist in all
ssh server distributions.

I tried to install kio_fish, but if using urpmi, it wants to install the
kde 3.1 contrib packages (experience tells me that kde upgrades allways
break something that was working before :-) ).

Manually compiling kio_fish requires lib-qt-devel whoses dependencies are
calculated in such a way the uprmi/drakconf wants to install postgresSql
an other (apparently) unrelated packages !!

If someone knows a solution for this, I'd be grateful.

Best regards
Gustavo Homem



"All my life I wanted to be someone; I guess I should have been more specific."-- Jane 
Wagner



Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com


Re: [expert] ssh problems

2000-10-25 Thread Buchan Milne



Stephen Carville wrote:
> 
> On Tue, 24 Oct 2000, Praedor Tempus wrote:
> 
> > I have sshd running on my home system (mandrake 7.1)
> > and can connect to it from work.  I am connected
> > as I write this.
> >
> > I am having a problem.  I connected from work and
> > wanted to ftp from my home box to site to download
> > files to my home box.  I can get into my home
> > system but I cannot get out.  If I run "ping "
> > I get nothing.  If I try to ftp to some site,
> > nothing happens.  Looking at my /var/log/messages
> > I see (altered to protect the innocent):
> >
> > Oct 24 10:09:26 localhost sshd[2144]: Could not reverse map address
> > 155.*.*.*.
> 
> This means that sshd was unable to get a reverse lookup on an address that
> was connecting via ssh.  Without knowing the address thisis a littel ard
> to diagnose but it has nothing to do with being unable to ping.
 
It could do. If you can't ping your dns, you won't be able to
reverse-lookup. Maybe your gateway is not set correctly ?


> 
> ssh will not prevent you from getting out.
> 
> Did you recently install pmfirewall?
> 
> --
> --Stephen Carville
> Network Engineer
> 714-952-5687
> ===
> The triumph of persuasion over force is the sign of a civilized
> society.
> ===
> 
>   
> Keep in touch with http://mandrakeforum.com:
> Subscribe the "[EMAIL PROTECTED]" mailing list.

-- 
|--|
Buchan MilneMechanical Engineer, Network Manager
Cellphone   +27824722231
email   mailto:[EMAIL PROTECTED]
Centre for Automotive Engineering   http://www.cae.co.za
South Africas first satellite:http://sunsat.ee.sun.ac.za
Control Models  http://www.control.co.za
|Registered Linux User #182071-|



Keep in touch with http://mandrakeforum.com: 
Subscribe the "[EMAIL PROTECTED]" mailing list.



Re: [expert] ssh problems

2000-10-24 Thread Stephen Carville

On Tue, 24 Oct 2000, Praedor Tempus wrote:

> I have sshd running on my home system (mandrake 7.1)
> and can connect to it from work.  I am connected
> as I write this.
> 
> I am having a problem.  I connected from work and
> wanted to ftp from my home box to site to download
> files to my home box.  I can get into my home
> system but I cannot get out.  If I run "ping "
> I get nothing.  If I try to ftp to some site, 
> nothing happens.  Looking at my /var/log/messages
> I see (altered to protect the innocent):
> 
> Oct 24 10:09:26 localhost sshd[2144]: Could not reverse map address
> 155.*.*.*. 

This means that sshd was unable to get a reverse lookup on an address that
was connecting via ssh.  Without knowing the address thisis a littel ard
to diagnose but it has nothing to do with being unable to ping.

> This is from my ping attempt.  Is this inability to get
> out from my home box via ANY method an sshd configuration
> problem or is it an ISP problem?  I cannot even ping
> the address from which I am connected to my home box...I
> get a similar message as above in the log about not being
> able to reverse map my address.

ssh will not prevent you from getting out.

Did you recently install pmfirewall?

-- 
--Stephen Carville
Network Engineer
714-952-5687
===
The triumph of persuasion over force is the sign of a civilized
society.
===




Keep in touch with http://mandrakeforum.com: 
Subscribe the "[EMAIL PROTECTED]" mailing list.



Re: [expert] ssh problems

2000-10-24 Thread Jim Holthaus

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On Tue, 24 Oct 2000, Praedor Tempus wrote:
> I am having a problem.  I connected from work and
> wanted to ftp from my home box to site to download
> files to my home box.  I can get into my home
> system but I cannot get out.  If I run "ping "
> I get nothing.  If I try to ftp to some site, 
> nothing happens.  Looking at my /var/log/messages
> I see (altered to protect the innocent):
> 
> Oct 24 10:09:26 localhost sshd[2144]: Could not reverse map address
> 155.*.*.*. 
> 
> This is from my ping attempt.  

This is from connecting to your box with ssh -- not from the ping attempt! I
think it indicates that your server at home could not resolve the hostname you
are connecting from.

> Is this inability to get
> out from my home box via ANY method an sshd configuration
> problem or is it an ISP problem?  I cannot even ping
> the address from which I am connected to my home box.

The problem is not an SSH problem, that's for sure. have you tried ping
www.yahoo.com? It should work, depending on your setup.
- -- 
Jim Holthaus   (pronunciation: HOLT house)
[EMAIL PROTECTED]
PGP Public Key at http://www.holthaus.com/jim/pgpkey.html
Learn about PGP at http://www.holthaus.com/jim/pgp.html

-BEGIN PGP SIGNATURE-
Version: PGP 6.5.1

iQA/AwUBOfX0GH3IcJJ+eC/CEQIWOgCfYOfU6VvRzfpKrPrYENbspXN0eNsAnjZw
zuEDsaOAZ4WJMJ9eM9tOITYp
=8zMj
-END PGP SIGNATURE-



Keep in touch with http://mandrakeforum.com: 
Subscribe the "[EMAIL PROTECTED]" mailing list.



[expert] ssh problems

2000-10-24 Thread Praedor Tempus

I have sshd running on my home system (mandrake 7.1)
and can connect to it from work.  I am connected
as I write this.

I am having a problem.  I connected from work and
wanted to ftp from my home box to site to download
files to my home box.  I can get into my home
system but I cannot get out.  If I run "ping "
I get nothing.  If I try to ftp to some site, 
nothing happens.  Looking at my /var/log/messages
I see (altered to protect the innocent):

Oct 24 10:09:26 localhost sshd[2144]: Could not reverse map address
155.*.*.*. 

This is from my ping attempt.  Is this inability to get
out from my home box via ANY method an sshd configuration
problem or is it an ISP problem?  I cannot even ping
the address from which I am connected to my home box...I
get a similar message as above in the log about not being
able to reverse map my address.

Anyone?  I was trying to use lynx and ncftp to connect
to some site and download the source to kde-2.0 to my
home system and get it compiling.  I can't get out 
at all.  

praedor

A



Keep in touch with http://mandrakeforum.com: 
Subscribe the "[EMAIL PROTECTED]" mailing list.



Re: [expert] ssh problems

2000-03-12 Thread Marcos Dione

On Sun, 12 Mar 2000, Bill Beauchemin wrote:

> I can ssh into my box but when I try to ssh out I get 
> 
> Disconnected; protocol version not supported (Illegal protocol version.).
> 
> Any answers as to why?

I'm guessing... don't know why, but there exists two mayor
versions of ssh, and one is incompatible with the another; the reason: the
prrotocol used. So I think this is the problem: you're trying to ssh to a
host with the another version of ssh. and since I know that the openssh is
compatible with ssh 1.x.x, I guess the other verson 2.x.x

-- 
Inprise/Borland CEO Dale Fuller was even more generous:
"Microsoft will continue to be a player in this environment
in this world," Fuller said, "*for a few more years.*"



[expert] ssh problems

2000-03-12 Thread Bill Beauchemin

I can ssh into my box but when I try to ssh out I get 

Disconnected; protocol version not supported (Illegal protocol version.).

Any answers as to why?

Bill Beauchemin
Sunnyvale MDC Control Center
GlobalCenter
(a Global Crossing company)
888-541-9888