GENERATE SSH KEY IN WINDOW
1) Open Git Bash Application.If not available then download : https://git-scm.com/download/win
2) Type command on terminal and Blank enter 4 times.
$ ssh-keygen
3) For View The Public SSH Key.
$ cat ~/.ssh/id_rsa.pub
GENERATE SSH KEY IN LINUX
1) Open Terminal.
No comments:
Post a Comment
testing