I have just installed Ubuntu 17.10
I noticed that when i click on "other locations" (listed last in file browser) - i noticed i can see a lot of other computers on the network.
Is it possible to just log in to my computer that way?
I have just installed Ubuntu 17.10
I noticed that when i click on "other locations" (listed last in file browser) - i noticed i can see a lot of other computers on the network.
Is it possible to just log in to my computer that way?
This depends on services installed on nearby computers.
Other locations usually inlude Windows Shares (i.e. SMB/CIFS protocol), which does not provide remote command execution. It is not SSH or Telnet or Fish.
But some computers may have SSH-server enabled, you can connect to them with
sftp://username@hostname
. This type connection requires username and password and/or keyfile.So the shortest answer is No.