I saw recently that there was a change, that seem to imply you did not have to enter a username when using ssh to a synchronet system, twice. I updated my code but it stills seems your prompted for it, and then still have to do Login and enter it again.
Is there something you have to do to miss skip the 1st entry of user name when using ssh to a synchronet board?
Should sftp work out of the box?
I've added the flag in my configuration:
Options = ALLOW_SSH | ALLOW_SFTP | SSH_ANYAUTH
in my sbbs.ini; should this allow sftp to my server with user name ?
I just get connection closed messages with sftp.
I saw recently that there was a change, that seem to imply you did
not have to enter a username when using ssh to a synchronet system,
twice. I updated my code but it stills seems your prompted for it,
and then still have to do Login and enter it again.
Is there something you have to do to miss skip the 1st entry of user
name when using ssh to a synchronet board?
Should sftp work out of the box? I've added the flag in my
configuration: Options = ALLOW_SSH | ALLOW_SFTP | SSH_ANYAUTH
in my sbbs.ini; should this allow sftp to my server with user name ?
I just get connection closed messages with sftp. ssh seems to work
from server (Linux Rocky 9.4 -> BBS which is running on same system).
Just interested in using sftp instead of ftp to get files to/from bbs.
I have SSH SFTP enabled in scfg terminal server ssh settings.
Authentication is set to any
...One reason I don't drink is that I want to know when I'm having a
good tim
Re: ssh/sftpI removed SSH_ANYAUTH and ssh seems to be working as expected.
By: Amessyroom to All on Thu Oct 03 2024 11:43 pm
You don't normally have to enter a username twice. If you are, then most likely the username your SSH client is supplying doesn't match an existing user or something like that. Check the terminal server log output to see what's going on.
The recemt change made in v3.20a was to allow for no-username to be supplied for systems that want to force a logon matrix and not use the SSH-supplied username.
Should sftp work out of the box?Showed it was not enabled. But when I went to scfg it was enabled,
Yes.
I just get connection closed messages with sftp.
What does the terminal sever log output report?