Advertisement
Guest User

Untitled

a guest
Aug 26th, 2019
153
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.31 KB | None | 0 0
  1. First create a config file inside `~/.ssh`
  2. []# cd ~/.ssh
  3. []# nano config
  4.  
  5. Now paste
  6.  
  7. Host bitbucket.org
  8. Hostname altssh.bitbucket.org
  9. Port 443
  10.  
  11. `ctrl + o and ctrl + x`
  12. []# chmod 600 ~/.ssh/config
  13.  
  14. Now you will able to clone repo to your server
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement