If you want to move your body from Moscow to Boston, you'll probably need an airliner and a security-checked-visa. But if you want to put your hand in your own pocket, you shouldn't be forced to use the international-transport-system and security hurdles.
But becos the kiddies want to play-smart-ass, they tell me that I need ethernet & SECURE-shell to access the rPi's file next to the PC:Slakware.
Previously, when all PCs had par-ports, there was `plip` which apparently could inter-connect closely located PCs.
Couldn't IC2 [2 wires] & some simple software replace the ethernet/SECURE-channel farce?
--- @ rPi -> man rlogin == shows manual for ssh ?! @ rPi -> rlogin 192.168.0.1 == connects to PC:Slakware : OK/Good. BUT after ping to confirm interconnectivety: @ PC:Slak -> rlogin 192.168.0.1.2 == connection refused @ PC:Slak -> ssh 192.168.0.1.2 == Dud
Since I always run rPi as root, let's `sudo ifcongig eth0 192.168.0.3` as user:pi == @ PC:Slak == /home/Hardware/Raspberry/ethN# ssh 192.168.0.3 The authenticity of host '192.168.0.3 (192.168.0.3)' can't be established. RSA key fingerprint is 9f:4f:d0:96:58:e7:26:35:99:fe:34:c6:a6:e6:49:15. Are you sure you want to continue connecting (yes/no)? yes Warning: Permanently added '192.168.0.3' (RSA) to the list of known hosts. root@192.168.0.3's password: Permission denied, please try again.