Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

it is required that your private key files are not accessible by others

$ sudo chmod 600 /path/to/my/key.pem
Comment

It is required that your private key files are NOT accessible by others.

chmod 400 /Users/username/.ssh/id_rsa
Comment

It is required that your private key files are NOT accessible by others ubuntu

chmod 400 {keyfile}.pem is what amazon instructed and it works.

Comment

It is required that your private key files are NOT accessible by others. This private key will be ignored.

# if you are using WSL then include sudo before the commands
sudo ssh ...
Comment

PREVIOUS NEXT
Code Example
Shell :: bash script how to show a file by using less 
Shell :: bash convert symlinks to actual files 
Shell :: linux shred command 
Shell :: git pasar de https a ssh 
Shell :: npm ERR! Command failed: git clone --depth=1 -q -b 1.3.8 git://github.com/eligrey/FileSaver.js.git 
Shell :: No repository for "Api Log Entity" was found. 
Shell :: stop docker container 
Shell :: linux file size 
Shell :: posh git install windows 
Shell :: linux saber la distribución terminal 
Shell :: delete cash on ubuntu 
Shell :: kill all processes holding a port 
Shell :: how to access docker container bash 
Shell :: bash check diff starting at specific line 
Shell :: git pull and overwrite 
Shell :: add i386 architecture ubuntu 
Shell :: how to undo makemigrations django 
Shell :: gradle init java application 
Shell :: how to install jwt in angular 
Shell :: powershell get process name by port 
Shell :: change history editor 
Shell :: aws ec2 swap 
Shell :: how discharge changes e recover last commit git 
Shell :: how to see pip installed packages 
Shell :: install specific version of r package 
Shell :: display branch name in terminal ubuntu 
Shell :: saml2aws logout 
Shell :: git check staged changes 
Shell :: add submodule 
Shell :: git tag last 
ADD CONTENT
Topic
Content
Source link
Name
2+1 =