[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Savannah-hackers] sftp problem
From: |
Davide P. |
Subject: |
[Savannah-hackers] sftp problem |
Date: |
12 Jun 2003 15:58:26 +0200 |
Hi, I'm new at savannah and I'm trying to connect to my project bburn
using secure ftp:
sftp -v -1 address@hidden:/upload/bburn > ftp.out 2>&1
server asks for RSA password and seems to accept but then reply with
this message:
Sorry, you are only allowed to execute :
- CVS_RSH=ssh cvs commands
- rsync from /cvsroot or /upload.
- rsync to /upload.
- sftp to /upload.
- scp to /upload.
Davide
P.S.This is the ftp.out file:
Connecting to savannah.nongnu.org...
OpenSSH_3.4p1, SSH protocols 1.5/2.0, OpenSSL 0x0090602f
debug1: Reading configuration data /home/davide/.ssh/config
debug1: Applying options for savannah.nongnu.org
debug1: Reading configuration data /etc/ssh/ssh_config
debug1: Applying options for *
debug1: Rhosts Authentication disabled, originating port will not be trusted.
debug1: ssh_connect: needpriv 0
debug1: Connecting to savannah.nongnu.org [199.232.41.4] port 22.
debug1: Connection established.
debug1: identity file /home/davide/.ssh/identity type 0
debug1: Remote protocol version 1.99, remote software version OpenSSH_3.4p1
Debian 1:3.4p1-0.0woody1
debug1: match: OpenSSH_3.4p1 Debian 1:3.4p1-0.0woody1 pat OpenSSH*
debug1: Local version string SSH-1.5-OpenSSH_3.4p1
debug1: Waiting for server public key.
debug1: Received server public key (768 bits) and host key (1024 bits).
debug1: Host 'savannah.nongnu.org' is known and matches the RSA1 host key.
debug1: Found key in /home/davide/.ssh/known_hosts:3
debug1: Encryption type: 3des
debug1: Sent encrypted session key.
debug1: cipher_init: set keylen (16 -> 32)
debug1: cipher_init: set keylen (16 -> 32)
debug1: Installing crc compensation attack detector.
debug1: Received encrypted confirmation.
debug1: RSA authentication using agent refused.
debug1: Trying RSA authentication with key '/home/davide/.ssh/identity'
debug1: Received RSA challenge from server.
debug1: Sending response to host key RSA challenge.
debug1: Remote: RSA authentication accepted.
debug1: RSA authentication accepted by server.
debug1: Sending command: /usr/libexec/openssh/sftp-server
debug1: Entering interactive session.
debug1: fd 0 setting O_NONBLOCK
debug1: fd 2 setting O_NONBLOCK
You tried to execute: `/usr/local/bin/cvssh -c
/usr/libexec/openssh/sftp-server'.
Sorry, you are only allowed to execute :
- CVS_RSH=ssh cvs commands
- rsync from /cvsroot or /upload.
- rsync to /upload.
- sftp to /upload.
- scp to /upload.
debug1: fd 2 clearing O_NONBLOCK
debug1: Transferred: stdin 9, stdout 0, stderr 257 bytes in 2.4 seconds
debug1: Bytes per second: stdin 3.7, stdout 0.0, stderr 104.9
debug1: Exit status 0
Connection closed
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Savannah-hackers] sftp problem,
Davide P. <=