Access the Raspberry Pi Remotely using an SSH Server

  1. Once the configuration is completed, run the following command on the Raspberry terminal to access the Raspberry Pi remotely using a SSH server.
    sudo apt install openssh-server
  2. In your Windows machine, open puTTY to access your Raspberry.
    Note: To get the IP address of your device, run the following command on your Raspberry terminal:
    ifconfig
  3. Run the following command on your puTTY terminal:
    sudo apt-get install vim