sudo apt install openssh-server
sudo apt list --installed | grep openssh-server
sudo service ssh status
sudo service ssh start
sudo service ssh restart
ssh [username]@[remoteserver IP or hostname]
ssh -p [port_number] [username]@[ip_address]
sudo netstat -ltnp | grep sshd
ssh -p [2244] [username]@[ip_address]
sudo ufw allow port /tcp
sudo ufw allow 2244/tcp
sudo ufw reload
sudo ufw status
sudo apt install arping
ping <ip-address>
Subscribe to:
Post Comments (Atom)
Office 2021 Activation using command
@echo off title Activate Microsoft Office 2021 (ALL versions) for FREE - office.com&cls&echo =====================================...
-
Put the following code in a TXT file and save as "file.cmd" then run the cmd file as administrator. @echo off title Activate Micr...
-
We can install PowerMTA on the server. rpm -ivh /home/PowerMTA-4.0r6.x86_64.rpm You will see the output like this Preparing... #############...
-
# $Id: config 2015-03-24 16:00:00 Jack $ # Sample PowerMTA configuration file # PowerMTA Multiple Virtual PMTA config file sample # # E-mai...
No comments:
Post a Comment