i am newbie in opensuse os. i try to connect to my opensuse 11.2 using putty but cannot connect. the message is “network error:connection refuse”.
i already disable the firewall. i can ping to my opensuse.
another thing is the ftp connection, i try to connect using filezilla but error message given(Connection attempt failed with “ECONNREFUSED - Connection refused by server”)
Not blocking a port is a requirement for a connection, but just because
a port is not blocked does not mean something is listening. Is the SSH
server or FTP server listening? Using the default ports (22 and 21,
respectively)? The error message you are receiving confirms the default
firewall is open (good, and as you described) but also means nothing is
listening (no SSH service running).
sudo /etc/init.d/sshd start
Good luck.
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2.0.18 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/
tq ab,
i already manage to connect using ssh port.
i also run vsftpd service for ftp BUT when i try to connect they said only annonomous can access.
where is the config file to make root/su to access using ftp?
tq in advance…
On 09/04/12 05:56, napeeder wrote:
>
> tq ab,
> i already manage to connect using ssh port.
> i also run vsftpd service for ftp BUT when i try to connect they said
> only annonomous can access.
> where is the config file to make root/su to access using ftp?
> tq in advance…
>
>
On 2012-04-09 06:56, napeeder wrote:
>
> tq ab,
> i already manage to connect using ssh port.
> i also run vsftpd service for ftp BUT when i try to connect they said
> only annonomous can access.
> where is the config file to make root/su to access using ftp?
> tq in advance…
You should not use root access with plain ftp. Use sftp instead, which uses
ssh system.
–
Cheers / Saludos,
Carlos E. R.
(from 11.4 x86_64 “Celadon” at Telcontar)