Skip to content
  • Projects
  • Groups
  • Snippets
  • Help

aa.gusti / project

  • This project
    • Loading...
  • Sign in
Go to a project
  • Project
  • Issues 0
  • Wiki
  • Snippets
  • Settings
  • Activity
  • Charts
  • Create a new issue
  • Issue Boards
Ssh without password

Ssh without password

Last edited by aa.gusti Nov 13, 2021
Page History

SSH Without Password

Untuk mempercepat proses SSH kadang kita membutuhkan ssh tanpa memasukan kembali username dan password

Berikut langkah yang harus dijalankan:

  1. Buat public.key dan private.key bash $ su – user $ ssh-keygen -t rsa -P ” -f ~/.ssh/id_rsa
  2. copy public.key ke local server

    $ cat ~/.ssh/id_rsa.pub >> ~/.ssh/authorized_keys
    $ chmod 0600 ~/.ssh/authorized_keys
    
  3. copy publik.key ke remote server

    $ ssh-copy-id user@remote-host
    
    atau
    
    $ ssh-copy-id -i `./.ssh/other_key.pub user@remote-host
    
  Clone repository
  • Big data
  • Dw pajak
  • Hadoop
  • Hive
  • Home
  • Odoo
  • Odoo devel
  • Odoo devel action
  • Odoo devel form
  • Odoo devel model
  • Odoo devel pdl
  • Odoo devel pdl objek pajak
  • Odoo devel pdl product_category
  • Odoo devel view area
  • Odoo qa
More Pages
×

New Wiki Page

Tip: You can specify the full path for the new file. We will automatically create any missing directories.