Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

warning unprotected private key file ec2

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

aws ssh warning unprotected private key file

sudo chmod 600 ~/.ssh/id_rsa
sudo chmod 600 ~/.ssh/id_rsa.pub
Comment

warning unprotected private key file problem on aws instance

add sudo before ssh and then execute
sudo ssh -i "ma.pem" ec2-user@ec2-54-83-120-103.compute-1.amazonaws.com

Comment

PREVIOUS NEXT
Code Example
Shell :: commmand for installing tailwind to react 
Shell :: split bash string 
Shell :: microsoft store installation location 
Shell :: install composer by cmd 
Shell :: linux mail delete all 
Shell :: how to install postgresql 
Shell :: install AMD drivers on Ubuntu 21.04 
Shell :: clear teams cache powershell 
Shell :: ubuntu install openjdk 8 source 
Shell :: access wsl filesystem from windows 
Shell :: remove letter in string bash 
Shell :: certbot nginx certonly 
Shell :: How do I run multiple commands on one line in PowerShell? 
Shell :: mac os install brew 
Shell :: Display your current shell name 
Shell :: add-apt-repository remove 
Shell :: Sublime Text install Ubuntu/Debian 
Shell :: git already up to date but not 
Shell :: lp list printers 
Shell :: install go 
Shell :: get additional parameters linux scripting 
Shell :: git remove submodules 
Shell :: bash 
Shell :: github push an existing repository from the command line 
Shell :: : keyserver receive failed: No dirmngr 
Shell :: installing pytorch 
Shell :: how to list brew packages installed 
Shell :: arch linux logo 
Shell :: how to install diskpart in ubuntu 
Shell :: linux cp from one directory to another 
ADD CONTENT
Topic
Content
Source link
Name
1+2 =