Skip to content

It's a linux shell script to create SSH connection to the remote server.

Notifications You must be signed in to change notification settings

sumandroid/ssh_connection_script

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

ssh_connection_script

It's a linux shell script to create SSH connection to the remote server.

the keys are generated using ssh-keygen command in Mac Terminal. reference: https://www.siteground.com/kb/how_to_generate_an_ssh_key_pair_in_mac_os/

after creating the key pairs your public key needs to be uploaded to your remote server.

download the deploy.sh file and replace the values in <> with your own values.

open the terminal and do ./deploy.sh (if after cloning or downloading you donot change the file name otherwise use the name that you give to the file.)

enter the passphrase that you gave while generating the key.

And voila we are done!!! SSH connection is established no need to download putty and every time start the putty and browse the private ppk and start the putty terminal.

Why walk when you can ride!!!

About

It's a linux shell script to create SSH connection to the remote server.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages