Mon, 26 Feb 2024 02:52:38 +0100 "Carlos E. R." <robin.listas@telefonica.net> :
On 2024-02-26 02:38, Ben T. Fender wrote:
...
this is what was missing, systemd commands
~ # systemctl status sshd.service ○ sshd.service - OpenSSH Daemon Loaded: loaded (/usr/lib/systemd/system/sshd.service; disabled; preset: disabled) Active: inactive (dead) ~ # systemctl start sshd.service
You have to use "enable" to make it permanent.
Now that I'm logged-in on the desktop and remotely on the laptop how do I trasfer thisfile.txt from the laptop to the desktop? Do I issue a command to send from the laptop where I'm remotely logged-in or do I issue some 'get' command in the desktop to get the file out of the laptop?
you use sftp:
sftp sftp://username@hostname.domain
I don't think I wanna make it permanent but I'm up and running, got a few scp transfers done already it's just another freakin syntax paradigm Any way to just open a file-mangler on both and drag files back and forth?
Or "sshfs" to create a virtual filesystem.
-- Cheers / Saludos,
Carlos E. R. (from 15.5 x86_64 at Telcontar)