The ssh command is used to remotely log in to a Linux host.
Common format: ssh [-l login_name] [-p port] [user@]hostname can be viewed in more detail with ssh -h.
Example
Do not specify user:
ssh 192.168.0.11
Specify user:
ssh -l root 192.168.0.11< Br>
If you have modified the ssh login port, you can:
ssh -p 12333 192.168.0.11
ssh -l root -p 12333 216.230.230.114
ssh -p 12333 [email protected]
Also modify the configuration file /etc/ssh/sshd_config to change the ssh login port and disable Root login. Changing the port prevents port scanning.
Edit configuration file:
vim /etc/ssh/sshd_config
Find #Port 22, remove the comment and change it to a five-digit port:
Port 12333
Find #PermitRootLogin yes, remove the comment, change to:
PermitRootLogin no
Restart sshd service:
service sshd restart
AWK Stands for ‘Aho, Weinberger, and Kernighan‘Awk is a scripting language which is use
#ls -l | Wc -l Note: The total usage also takes 1 row, so the statistics are 14 instead of 13 Other
I am getting error in make posix, prompt: make: cc: Command not found make: *** [posix] Error 127 so
Nginx starts with version 0.7.48 and supports Squid-like caching. This cache uses the URL and relate
Virtual Memory Management for Linux System Performance Test
Automotive industry dealing with the Linux operating system
Network analysis example under Linux system
Squid3 reverse proxy installation and configuration basic tutorial
Linux system PPPoE broadband connection setting method
Weblogic10 installation in Linux environment
Linux to view memory commands and their interpretation of the command display
Solution to common problems in Linux system
Neighbor subsystem of linux protocol stack (related process 4)
Linux compulsory bit and adventure position tips introduction
Windows 7 stops automatically installing drivers
64-bit Win XP 7 issues I care about
Windows 2000/XP installation driver compatibility issue
Loading a simple module on the Linux 2.6.12 kernel
Solution for unlocking Bitlocker encrypted disk after reinstalling win8 system
Win7 change U disk background skills (with code)
Win10 how to set up an account can only open the specified application
Win7 system activation failure prompt error code 0xc004e003 What should I do?
No need to system disk super simple reinstall WINXP system method