hello,
I recently set up ssh on two linux mint computers in the same home and connected to the same router, both mine. and I have possibly a couple of questions.
first, is ssh capable or, better yet, ideal for moving videos (I saw a youtube vid that stated it was only worked for text)?
if it IS ideal for moving videos, how would I go about configuring my ufw firewall (terminal commands are ok) so I can block (not allow) any other computer besides mine to connect via ssh?
here I am connecting for the first time. I am unable to use IP address (I don't know how, when I tried it didn't work) so I resorted to using the computer hostname.
ed@ed-umaNOTsecure:~$ ssh ed@ed-To-be-filled-by-O-E-M.
The authenticity of host 'ed-to-be-filled-by-o-e-m.local (192.168.1.102)' can't be established.
ECDSA key fingerprint is SHA256:xsMDdzlyfKYY+w7IwJtORF9i/jdG9AhkJC3FMM78US8.
Are you sure you want to continue connecting (yes/no/[fingerprint])? yes
Warning: Permanently added 'ed-to-be-filled-by-o-e-m.local,192.168.1.102' (ECDSA) to the list of known hosts.
ed@ed-to-be-filled-by-o-e-m.local's password:
2 updates can be applied immediately.
To see these additional updates run: apt list --upgradable
Last login: Sat Dec 17 15:05:47 2022 from 127.0.0.1
ed@ed-To-be-filled-by-O-E-M:~$
thank you