Set shortcuts for ssh Login and ssh Login
Configure in your own environment ~ /. Ssh/config
Host k231
HostName 192.168.1.231
User kyee
The original ssh Login 192.168.1.231 command is the ssh kyee@192.168.1.231
After the configuration is complete, you only need to enter ssh k231.
Isn't it a lot easier, especially for us that use ssh to log on to every day.
In linux, how does one set the user to log on through SSH software, and can only be active under their own directory/home? Cannot view other system directories?
Chroot, which needs to be configured. You can find it.
In linux, the root user can log on via ssh, but normal users cannot. How can I change the configuration file in etc/ssh/sshd_config?
In the/etc/ssh/sshd_config file, set permitrootlogin to no. Modify/etc/ssh/sshd_config (sshd_config is not necessarily in this path, but you