Putty and FTP connection to opensuse

hi,

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”)

thanks in advance…

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

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/

iQIcBAEBAgAGBQJPglqNAAoJEF+XTK08PnB5rBMP/1YvXYU6AVJUYhlPmfZ6mEUS
pQ5Em6/ZEjJ8ekXaSEcvDLmkCgBAtqlJGdCbiDs5ocb/i+ye93uiXCSC85pSO+Ad
5uklvS7+MFJN78bDhY9nNA6p9c3j9s1fznx12Ne157sciB28S6owqSurFbKjM2Xf
AbnlOChLwXvnv8Mniq1Pc7h5ysbAkebUPVyK2wYJM8bHiw4YyR2Qjzp3iPEH2B59
Y/H0sXsdH3EQ76iueJ2FVW1jSdvwtPfjUCk+u58G1vdw+3e40KWn1GlD+hPNk/y9
Q0/uqewSMNFYQWpr67Ac4skM7nRvRMF9io0JI7jSeVlqhDfJ3cjG5OjolBJNd4zf
Okgt7rxArMP31lr71Sfji7tfPFdXbxZ8QDw3DF1rivIchdtA7ETVoV7NHj/ITAtS
TKmxoPr6qB0j0a0qQVV1uMKNjXl2qYzSn6NiFBHlbRKzFoyfzZitGD3GZ0rI/vee
rWYNI9mYIC1Vkflc1rNQgDXRuG/twKrZeG2vCd5IxIAypzLWfmiDGPkYhCk3VZYi
nVYQ1UTmRcCYmbeNsvdJzz60EoieGZLe+ybvBHlJlU42jeYHzUaYM4z0Il7Kf8Lg
oyQBR7gtappJoN7ZkqG++ShDchdfod13PbCiZJKv5zQZZyJK24I2rY2rD5z70WAu
EAb+DECQSdU1MDdFtXZa
=92YB
-----END PGP SIGNATURE-----

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…:slight_smile:

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…:slight_smile:
>
>

From the remote client using filezilla try

sftp://serverid@serverIP

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…:slight_smile:

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)