Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

checking for existing ssh keys

$ ls -al ~/.ssh
# Lists the files in your .ssh directory, if they exist
Comment

Checking for an existing ssh key

cat ~/.ssh/id_rsa.pub or cat ~/.ssh/id_dsa.pub
$ ls ~/.ssh/*.pub
Comment

PREVIOUS NEXT
Code Example
Shell :: open current folder in explorer from cmd 
Shell :: ffmpeg join ts files to mp4 
Shell :: bash split line and get element 
Shell :: stop nginx service 
Shell :: hoe to install LAMP on ubuntu 
Shell :: ETIMEDOUT Error while installing Node packages on Windows 
Shell :: install specific version of node 
Shell :: bash terminal function display all arguments 
Shell :: npm install package globally 
Shell :: how to install winehq in ubuntu?? 
Shell :: chmod: Unable to change file mode Operation not permitted 
Shell :: zip some files linux 
Shell :: fish wsl 
Shell :: flask 
Shell :: interact with container 
Shell :: how to setup wordpress in docker 
Shell :: set up ssh windows 10 
Shell :: github commit 
Shell :: one liner powershell download file 
Shell :: find node install location windows 
Shell :: linux how to move file to another directory 
Shell :: to clear npx cache 
Shell :: bash check if string contains substring 
Shell :: extract tar.gz in linux 
Shell :: tail -f linux last 100 lines 
Shell :: generate certificate 
Shell :: show debian point release 
Shell :: ubuntu install vagrant 
Shell :: git global settings ssh 
Shell :: github readme.md add image 
ADD CONTENT
Topic
Content
Source link
Name
5+2 =