Page 1 of 1

Issues Copying Files to Server[Solved]

Posted: 24 Oct 2019, 16:29
by anon1m0us
Hi,

I am trying to copy files to my Porteus server. When trying to use Putty, with my port that is defined in /etc/ssh/sshd_config, it gets disconnected.
When I try to download the file from an email (webmail) from the server, the download fails.

How do people move files into the Server?

Issues Copying Files to Server

Posted: 24 Oct 2019, 17:35
by fanthom
Putty do not support the Ed25519 keys yet.

Please use native openssh client:
https://websiteforstudents.com/enable-w ... nt-server/

or better - use sshfs for Windows:
https://github.com/billziss-gh/sshfs-win

in this case you'll be able to use Windows Explorer to copy files directly to/from PK Server.

Thanks

Issues Copying Files to Server

Posted: 24 Oct 2019, 17:56
by anon1m0us
I tried sshfs and still errors. I am wondering if during the setup I made a selection that would not allow this?

net use z: \\sshfs\10.1.195.249!10022
System error 67 has occurred.

The network name cannot be found.

Issues Copying Files to Server

Posted: 24 Oct 2019, 17:58
by fanthom
Are you able to connect to PK Server using native openssh client for Windows?

If yes then everything is ok on the kiosk side and there must be something wrong with your sshfs-win setup.

Thanks

Issues Copying Files to Server

Posted: 24 Oct 2019, 20:12
by anon1m0us
Yes......sshfs worked too. I had to use sshfs.r which fixed the issue. Weird that Putty did not work.