ftp accounts

Status
Not open for further replies.

kupusc

New Member
Messages
1
Reaction score
0
Points
0
Hi,
I created a new ftp account, gave it a folder, and a password. And I cannot log in! The "ftp -d ftp.ultimatetools.x10hosting.com" command says that the user name is ok, but the password is never accepted. The same is with the sftp. I have no such problems when I log in as the main user, so it is not about the programs or tools that I use (GNU ftp and sftp, firefox)! This means that nobody can browse anything on my bloody ftp.

Here is the output:

adam@adam-laptop:~$ pftp -v ultimatetools.x10hosting.com
Connected to ultimatetools.x10hosting.com.
220---------- Welcome to Pure-FTPd [privsep] [TLS] ----------
220-You are user number 17 of 50 allowed.
220-Local time is now 16:10. Server port: 21.
220-This is a private system - No anonymous login
220-IPv6 connections are also welcome on this server.
220 You will be disconnected after 15 minutes of inactivity.
Name (ultimatetools.x10hosting.com:adam): guest
331 User guest OK. Password required
Password:
530 Login authentication failed
Login failed.
Remote system type is UNIX.
Using binary mode to transfer files.
ftp>

And the next one:

adam@adam-laptop:~$ sftp -v guest@ultimatetools.x10hosting.com
Connecting to ultimatetools.x10hosting.com...
OpenSSH_5.1p1 Debian-6ubuntu2, OpenSSL 0.9.8g 19 Oct 2007
debug1: Reading configuration data /etc/ssh/ssh_config
debug1: Applying options for *
debug1: Connecting to ultimatetools.x10hosting.com [74.63.233.25] port 22.
debug1: Connection established.
debug1: identity file /home/adam/.ssh/id_rsa type -1
debug1: identity file /home/adam/.ssh/id_dsa type -1
debug1: Remote protocol version 2.0, remote software version OpenSSH_4.3
debug1: match: OpenSSH_4.3 pat OpenSSH_4*
debug1: Enabling compatibility mode for protocol 2.0
debug1: Local version string SSH-2.0-OpenSSH_5.1p1 Debian-6ubuntu2
debug1: SSH2_MSG_KEXINIT sent
debug1: SSH2_MSG_KEXINIT received
debug1: kex: server->client aes128-cbc hmac-md5 none
debug1: kex: client->server aes128-cbc hmac-md5 none
debug1: SSH2_MSG_KEX_DH_GEX_REQUEST(1024<1024<8192) sent
debug1: expecting SSH2_MSG_KEX_DH_GEX_GROUP
debug1: SSH2_MSG_KEX_DH_GEX_INIT sent
debug1: expecting SSH2_MSG_KEX_DH_GEX_REPLY
debug1: Host 'ultimatetools.x10hosting.com' is known and matches the RSA host key.
debug1: Found key in /home/adam/.ssh/known_hosts:2
debug1: ssh_rsa_verify: signature correct
debug1: SSH2_MSG_NEWKEYS sent
debug1: expecting SSH2_MSG_NEWKEYS
debug1: SSH2_MSG_NEWKEYS received
debug1: SSH2_MSG_SERVICE_REQUEST sent
debug1: SSH2_MSG_SERVICE_ACCEPT received
debug1: Authentications that can continue: publickey,gssapi-with-mic,password
debug1: Next authentication method: gssapi-with-mic
debug1: Unspecified GSS failure. Minor code may provide more information
Credentials cache file '/tmp/krb5cc_1000' not found

debug1: Unspecified GSS failure. Minor code may provide more information
Credentials cache file '/tmp/krb5cc_1000' not found

debug1: Unspecified GSS failure. Minor code may provide more information


debug1: Next authentication method: publickey
debug1: Trying private key: /home/adam/.ssh/id_rsa
debug1: Trying private key: /home/adam/.ssh/id_dsa
debug1: Next authentication method: password
guest@ultimatetools.x10hosting.com's password:
debug1: Authentications that can continue: publickey,gssapi-with-mic,password
Permission denied, please try again.
 
Last edited:
Status
Not open for further replies.
Top