To connect a sftp client to the sftp server

Hi all,

NethServer Version: NS8
Module: SFTPGo
Host OS: Debian-12

According to this screen capture, it should be possible to connect to the sftp server.

image

CLI

[root@ns8 ~]# sftp -P 3092 admin@ns8.debian.toto-dev.org

The authenticity of host '[ns8.debian.toto-dev.org]:3092 ([127.0.1.1]:3092)' can't be established.
ED25519 key fingerprint is SHA256:GlEFb80D........5dI.
This key is not known by any other names.
Are you sure you want to continue connecting (yes/no/[fingerprint])?    yes
Warning: Permanently added '[ns8.debian.toto-dev.org]:3092' (ED25519) to the list of known hosts.
admin@ns8.debian.toto-dev.org's password:
Permission denied, please try again.

Permission denied, please try again.

Firefox

sftp -P 3092 admin@ns8.debian.toto-dev.org
image image

image

Access denied

Question

Where can I configure SFTPGo to accept the connextion ?

Thank you in advance,

Michel-André

I have asked myself multiple times why sftp2go was considered to others…

From the web server app, first create a user or a virtual host from SFTGo WebAdmin and use those credentials.

1 Like

Hi @dnutan

9001 is able to connect.

[root@ns8 ~]# sftp -P 3092 9001@ns8.debian.toto-dev.org
The authenticity of host '[ns8.debian.toto-dev.org]:3092 ([127.0.1.1]:3092)' can't be established.
ED25519 key fingerprint is SHA256:GlEF...5dI.
This key is not known by any other names.
Are you sure you want to continue connecting (yes/no/[fingerprint])? yes
Warning: Permanently added '[ns8.debian.toto-dev.org]:3092' (ED25519) to the list of known hosts.
(9001@ns8.debian.toto-dev.org) Password:
Connected to ns8.debian.toto-dev.org.
sftp>

Thank you,

Michel-André