Skip to content
Thursday, March 23, 2023
Latest:
  • Best Gifts for Christmas!!!!
  • Which BTS Member are you? – Fun Facebook Game
  • 30 Top Secret Black Friday Shopping Tips for 2018 Revealed
  • How To Add Whatsapp Stickers in Andriod
  • How to Disable Facebook Video Auto Play on Android

Tech Hacks

Tit Bits from my experience…

  • About
Linux Open Source Solutions 

ssh-copy-id – Perform SSH Login Without Password

August 3, 2013August 1, 2013 Haas 0 Comments IP address, Linux, Login, OpenSSH, Prompt, Protocols, Secure Shell, SSH, Ubuntu

If you regularly ssh to same system, ssh-copy-id allows you to login to the system directly without having to type the password each time. ssh-copy-id is a small script which copies your ssh public-key to a remote host. It appends the key to your remote authorized_keys enabling you to login without having to type your password each time.

Use it by running the following command: ‘ssh-copy-id tech@192.168.1.1‘ where ‘tech’ is the username of the remote system and ‘192.168.1.1’ its IP address. The command will ask you for the remote machine‘s password(one last time).

$ ssh-copy-id tech@192.168.1.1
tech@192.168.1.1’s password:

Now try logging into the machine, with “ssh tech@192.168.1.1“. You should get the remote systems command prompt.

  • ← Calibrate Your Android Device’s Battery For Longer Battery Life
  • How to Create a Bootable SeaTools USB – SeaGate Linux →

You May Also Like

Protect your Thumb Drive from Viruses using a Simple Hack

October 30, 2010April 9, 2014 Haas 1

How to Set Android Reminders from your Web Browser

January 8, 2014January 8, 2014 Haas 0

Changing The Frequency Of StartUp Disk Checks On Linux

June 12, 2010April 9, 2014 Haas 0

Online Offers:

Related Content

Latest Hacks

  • Best Gifts for Christmas!!!!
  • Which BTS Member are you? – Fun Facebook Game
  • 30 Top Secret Black Friday Shopping Tips for 2018 Revealed
  • How To Add Whatsapp Stickers in Andriod
  • How to Disable Facebook Video Auto Play on Android

Author's Sites

  • Helper India
  • My Writings
  • myOtels.com
  • New Sense
  • Photography
Copyright © 2023 Tech Hacks. All rights reserved.
Theme: ColorMag by ThemeGrill. Powered by WordPress.