Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

ssh connect to host bitbucket.org port 22: Connection timed out

Use your favorite terminal
vim ~/.ssh/config

Add these lines and save it.

Host bitbucket.org
Hostname  altssh.bitbucket.org
Port  443
Comment

PREVIOUS NEXT
Code Example
Shell :: .env.local not working react 
Shell :: nano zsh 
Shell :: powershell check iso sha256sum 
Shell :: generate pgp key linux 
Shell :: close all localhost connections 
Shell :: postgres config file location 
Shell :: pscp ubuntu copy folder recursively 
Shell :: update repository ubuntu 
Shell :: django runserver no reload 
Shell :: how to turn off bluetooth in ubuntu 18.04 terminal 
Shell :: installing dolphin on ubuntu 
Shell :: httrack ubuntu 
Shell :: palindrome in shell script 
Shell :: sed get substring between two characters 
Shell :: composer 2 install in windows 10 
Shell :: ubuntu higher displayer resolution 
Shell :: batch copy silent 
Shell :: how to install enzyme 
Shell :: conda install mmcv 
Shell :: set git credentials so that i never ask for username and password while pushin 
Shell :: how to compare float values in shell script 
Shell :: centos zoom 
Shell :: unix print environment variable 
Shell :: setup git on linux 
Shell :: install nuxt 
Shell :: git file history 
Shell :: bash view the contents of a sqfs file 
Shell :: error: snap "flutter" has "remove-snap" change in progress 
Shell :: restart cronjob 
Shell :: bash list the top ten largest values in a column 
ADD CONTENT
Topic
Content
Source link
Name
5+6 =