Setting up linux ssh server
Page 1 of 1
Setting up linux ssh server
Vid
Code
Backup config file
Now edit to your needs!
Code
- Code:
sudo apt-get install -y openssh-server
Backup config file
- Code:
sudo cp /etc/ssh/sshd_config /etc/ssh/sshd_config-backup
Now edit to your needs!
- Code:
sudo gedit /etc/ssh/sshd_config
Re: Setting up linux ssh server
Limit ssh connections for security
For more config options visit
help.ubuntu.com/community/SSH/OpenSSH/Configuring
- Code:
sudo ufw limit ssh
For more config options visit
help.ubuntu.com/community/SSH/OpenSSH/Configuring
Similar topics
» Setting Up FTP Server On Linux Mint
» Setting up ssh server on kali linux
» Setting Up Mail Server On Linux Localhost
» Basic Guide To Setting Up Tor Web Server On Windows & Linux
» Linux FTP Server Secuity setting up vsftpd for no emails
» Setting up ssh server on kali linux
» Setting Up Mail Server On Linux Localhost
» Basic Guide To Setting Up Tor Web Server On Windows & Linux
» Linux FTP Server Secuity setting up vsftpd for no emails
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum