FSSE8INFO
ssh without passwords
  • FSSE8INFO
    • drafts
      • 05
        • #apache2 #mod_rewrite
        • gnu/linux uname and lsb_release
        • rsync without updating owner and group
        • 2013 06 03 ssh without password
        • #apache access_log and error_log log files
        • #apache #httpd namevirtualhost, virtualhost and servername
        • #php ini file #date & #timezone settings
        • #ssh stop timeouts
        • #centos 6 #oracle-linux 6 #red-hat 6 #xfce open source desktop install using #fedora #epel
        • XML 2 DTD and XML 2 XSD converters
        • 6 Fabulous reasons why you must switch to GNU/Linux
        • #sitepoint #webdev #html5 development centre
        • using #php and #resque to create #queues and background jobs
        • #mysql #mysqldump command
        • #mysql #unixtime quirk unixtime(123) = 01:02:03
        • oracle #gnu/#linux 6 #php 5.4 yum repos
        • yum priorities override
      • 07
      • 08
      • 09
      • 10
    • 2014
    • 2015
    • 2016
    • 2017
    • 2018
    • 2019
    • 2020
    • 2021
    • 2022
    • 2023
    • 2024
    • 2025
    • 2026
  1. FSSE8INFO
  2. Posts
  3. 2013
  4. 06
  5. 2013 06 03 ssh without password

ssh without passwords

local host

  • ssh-keygen -t rsa
  • cd .ssh
  • vi id_rsa.pub (COPY SSH KEY)

remote host

  • ssh-keygen -t rsa
  • cd .ssh
  • touch authorized_keys
  • chmod 600 authorized_keys
  • vi authorized_keys (PASTE SSH KEY)

see also

  • http://www.debian.org/devel/passwordlessssh
  • http://www.eng.cam.ac.uk/help/jpmg/ssh/authorized_keys_howto.html
  • https://help.ubuntu.com/community/SSH/OpenSSH/Keys
ed-k-l-x-ubuntu security ssh sysadmin
Previous
rsync without updating owner and group
Next
#apache access_log and error_log log files
Copyright © 2026 osde.info
Made with Zensical