Friday, January 31, 2020

Login server with SSH key

  1. Use the key to log in to the SSH client as shown in the following example, which loads the key in file deployment_key.txt, and logs in as user demo to IP 192.237.248.66:
       ssh -i deployment_key.txt demo@192.237.248.66
    
  2. When you are prompted to confirm the connection, type yes and then press Enter.
  3. If your SSH key requires a password, enter it when prompted to complete the connection.

Modifikasi pathname pada terminal linux menjadi lebih pendek

Bagi pengguna linux turunan ubuntu seperti ubuntu 16.04 yang saya gunakan, ada beberapa hal yang cukup membuat kita ribet dengan pathname pa...