Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

ssh without password

a@A:~> cat .ssh/id_rsa.pub | ssh b@B 'cat >> .ssh/authorized_keys'
b@B's password: 
Comment

windows to linux ssh without password

c:> type c:usersmy_name.sshid_rsa.pub | ssh root@172.110.1.171 "cat >> ~/.ssh/authorized_keys"
Comment

PREVIOUS NEXT
Code Example
Shell :: MaatwebsiteExcel install laravel 
Shell :: bash multiline comment 
Shell :: npm install and add to dependancies 
Shell :: how to solve the brightness problem on unbuntu 
Shell :: clear tracked files from git 
Shell :: my terminator does not working properly 
Shell :: bash maximum running time 
Shell :: Install Deno - Homebrew (Mac) 
Shell :: how to trigger new heorku build without diting git 
Shell :: powershell ssh with password 
Shell :: change user terminal 
Shell :: undo git stash with conflicts 
Shell :: fix node gyp issue on linux 
Shell :: kali linux wsl 
Shell :: after checking out a previous commit go back to latest commit 
Shell :: how to remove cisco umbrella 
Shell :: How to install NodeJs in CentOs? 
Shell :: bash how to print the list of files in a directory ls 
Shell :: pi disable ssh warning 
Shell :: install ssms on ubuntu 18.04 
Shell :: kubectl tls skip verify 
Shell :: docker history 
Shell :: enable systemd 
Shell :: how to enable ssh on headless raspberry pi 
Shell :: check for remote added git 
Shell :: github 
Shell :: install react redux 
Shell :: how to revert last pushed commit 
Shell :: which linux 
Shell :: get library list linux 
ADD CONTENT
Topic
Content
Source link
Name
4+8 =