remote control
On Mac
Enable remote login
confirm your system username
Confirm your local area network address. This can be obtained from
Apple menu => System Preferences => Networking
or from the terminal by inspecting the output of ifconfig
command. This command produces tons of output so try filtering it with ifconfig | grep inet
Now you can connect to your Mac from another system on your local network.
Once you enter the password you will have full system access. (yikes)
to disable:
On Ubuntu/Linux
Similar workflow. To start an ssh server, run this command
Using the same ssh user@ip_address
syntax you can now log into your Linux system.