Issues Copying Files to Server[Solved]

'User made' tutorials related to Porteus Kiosk edition.
Official kiosk documentation can be find here: http://porteus-kiosk.org/documentation.html
Forum rules
Porteus Kiosk section of the forum is unmaintained now. Its kept in a 'read only' mode for archival purposes.
Please use the kiosk contact page for directing your queries: https://porteus-kiosk.org/contact.html
anon1m0us
White ninja
White ninja
Posts: 12
Joined: 18 Oct 2019, 17:10
Distribution: 4.0

Issues Copying Files to Server[Solved]

Post#1 by anon1m0us » 24 Oct 2019, 16:29

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?
Last edited by anon1m0us on 24 Oct 2019, 20:20, edited 1 time in total.

User avatar
fanthom
Moderator Team
Moderator Team
Posts: 5666
Joined: 28 Dec 2010, 02:42
Distribution: Porteus Kiosk
Location: Poland
Contact:

Issues Copying Files to Server

Post#2 by fanthom » 24 Oct 2019, 17:35

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
Please add [Solved] to your thread title if the solution was found.

anon1m0us
White ninja
White ninja
Posts: 12
Joined: 18 Oct 2019, 17:10
Distribution: 4.0

Issues Copying Files to Server

Post#3 by anon1m0us » 24 Oct 2019, 17:56

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.

User avatar
fanthom
Moderator Team
Moderator Team
Posts: 5666
Joined: 28 Dec 2010, 02:42
Distribution: Porteus Kiosk
Location: Poland
Contact:

Issues Copying Files to Server

Post#4 by fanthom » 24 Oct 2019, 17:58

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
Please add [Solved] to your thread title if the solution was found.

anon1m0us
White ninja
White ninja
Posts: 12
Joined: 18 Oct 2019, 17:10
Distribution: 4.0

Issues Copying Files to Server

Post#5 by anon1m0us » 24 Oct 2019, 20:12

Yes......sshfs worked too. I had to use sshfs.r which fixed the issue. Weird that Putty did not work.

Locked