Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

ssh login without passowrd

a@A:~> ssh-keygen -t rsa
a@A:~> ssh b@B mkdir -p .ssh
a@A:~> cat .ssh/id_rsa.pub | ssh b@B 'cat >> .ssh/authorized_keys'
a@A:~> ssh b@B
Comment

PREVIOUS NEXT
Code Example
Shell :: if statement bash 
Shell :: authentication failed for git 
Shell :: teleport in vue 
Shell :: shell script syntax error unexpected end of file 
Shell :: how to get driver information ubuntu 
Shell :: zip command in linux 
Shell :: bash print file permissions 
Shell :: pwd in command prompt 
Shell :: git liste branches 
Shell :: linux how to execute a script 
Shell :: Pulling a branch 
Shell :: install bottom navigation in react native 
Shell :: example bash script 
Shell :: git diff ignore file 
Shell :: rmdir linux 
Shell :: background ubuntu 
Shell :: dir in file txt 
Shell :: upload on s3 
Shell :: no devices connected android studio 
Shell :: Command of Git Fetch 
Shell :: bash delete a command line 
Shell :: scp command from local to remote 
Shell :: Terraform Region Commandline 
Shell :: bash list columns 
Shell :: java status archlinux 
Shell :: repo tool depth 
Shell :: install obs screen recorder linux ubuntu mint 
Shell :: k8s taint 
Shell :: Create a bash script that asks users to change permission 
Shell :: ignore pre-commit hook 
ADD CONTENT
Topic
Content
Source link
Name
5+5 =