Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

error timed out while waiting for handshake digitalocean

First check the set of rules of your default UFW firewall:
sudo ufw status numbered

Now check the default port of your SSH:
grep -i port /etc/ssh/sshd_config

Now if UFW is not allowing SSH port then please add it in UFW rules:
sudo ufw allow ssh_port_number (type your SSH port default number here)

Now restart your SSH:
sudo systemctl start ssh
Comment

PREVIOUS NEXT
Code Example
Shell :: install xampp ubuntu 20.04 
Shell :: apply gitignore to current commit 
Shell :: find a file in all subdirectories in linux 
Shell :: gitignore already tracked files 
Shell :: enable docker at boot 
Shell :: convert biom to tsv 
Shell :: install php on wsl2 
Shell :: ubuntu check whats taking space 
Shell :: run tmux on startup 
Shell :: firebase deploy only hosting command 
Shell :: When should you use a single dash within a Git command, as opposed to a double dash? 
Shell :: ruby update single gem 
Shell :: how to check my git username 
Shell :: upgrade to composer 2 windows 
Shell :: fail2ban apt 
Shell :: pull readme in local repository 
Shell :: change permissions on all files in all sub-directories 
Shell :: ubuntu remove except file 
Shell :: flutter reinstall pod 
Shell :: Error: Fetching /usr/local/Homebrew/Library/Taps/commands/homebrew-pup failed! 
Shell :: dependencies dpkg 
Shell :: dexie nuxt 
Shell :: grep process id 
Shell :: error: cannot list snaps: cannot communicate with server: Get "http://localhost/v2/snaps": dial unix /run/snapd.socket: connect: no such file or directory 
Shell :: adonis list routes 
Shell :: extract bz2 linux 
Shell :: E: Sub-process /usr/bin/dpkg returned an error code (1) 
Shell :: TypeError: lookups.flatMap is not a function 
Shell :: installing zsh oh my zsh wsl 
Shell :: passport deploy to server 
ADD CONTENT
Topic
Content
Source link
Name
2+8 =