Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

setting up the ssh keys

scp $HOME/.ssh/id_rsa.pub user@server1.cyberciti.biz:~/.ssh/authorized_keys
Comment

setup ssh key

Create ssh key https://support.atlassian.com/bitbucket-cloud/docs/set-up-an-ssh-key/
`ssh-keygen` or `ssh-keygen -f naming.rsa` to set a desired name
cat ~/.ssh/id_rsa.pub | pbcopy .
paste it in your app github/bitbucket 
Comment

PREVIOUS NEXT
Code Example
Shell :: git update from another branch 
Shell :: git tag documentation 
Shell :: linux how to execute a script 
Shell :: change commit message after push 
Shell :: install chocolately path 
Shell :: apache airflow install 
Shell :: install bottom navigation in react native 
Shell :: rename a local and remote git branch 
Shell :: centos 8 gui 
Shell :: how to make directories in linux 
Shell :: npm install from git 
Shell :: statsmodels logit function 
Shell :: git 3 way merge 
Shell :: dir to file txt 
Shell :: upload on s3 
Shell :: Git in Bash 
Shell :: rabbitmqctl 
Shell :: linux distributions command line 
Shell :: search for substring 
Shell :: bash compare two strings 
Shell :: manual of command 
Shell :: how to change git commit date 
Shell :: ssh to lightsail 
Shell :: connect to remote redis over tls 
Shell :: Install Deno - Build and install from source using Cargo 
Shell :: Installing gitflow locally 
Shell :: instalacion mkweb 
Shell :: Warning: Broken symlinks were found. Remove them with `brew cleanup`: 
Shell :: pbcopy alternative wsl linux 
Shell :: winrar script for appending date to archive 
ADD CONTENT
Topic
Content
Source link
Name
3+2 =