User Tools

Site Tools


computing:ssh

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Last revisionBoth sides next revision
computing:ssh [2018/07/21 16:43] oemb1905computing:ssh [2019/03/25 04:35] oemb1905
Line 38: Line 38:
   ssh -t xx.xx.xx.xx screen -DRO   ssh -t xx.xx.xx.xx screen -DRO
      
-config options +config options for /etc/ssh/sshd_config 
 +   
 +  Port 53535 
 +  PubkeyAuthentication yes 
 +  PasswordAuthentication no 
 +  PermitRootLogin prohibit-password
   Protocol 2   Protocol 2
-  AllowUsers sexa+  AllowUsers sally 
 +  AllowUsers johnny 
 +  PermitEmptyPasswords no 
 +  X11Forwarding yes 
 +  PrintMotd yes 
 +  ChallengeResponseAuthentication no 
 +   
 +Then, always restart the service 
 +   
 +  sudo systemctl restart sshd.service
      
-Enable Firewall 
  
-https://www.digitalocean.com/community/tutorials/how-to-install-linux-apache-mysql-php-lamp-stack-on-debian-8 
- 
- 
-   
  
  
  --- //[[netcmnd@jonathanhaack.com|oemb1905]] 2018/05/19 20:03//  --- //[[netcmnd@jonathanhaack.com|oemb1905]] 2018/05/19 20:03//
  
computing/ssh.txt · Last modified: 2021/10/15 17:53 by oemb1905