Changes

Jump to navigation Jump to search
273 bytes added ,  10:39, 3 November 2017
Line 78: Line 78:  
[https://www.dropbox.com/s/hzvkdcdw11t1cxk/SSH%20SCP%20and%20key%20pairs%20tutorial%20%28Secure%20authentication%20and%20encrypted%20comunication%29-oHoRYCY-LYU.mp4?dl=0 SSH SCP and key pairs tutorial Secure authentication and encrypted comunication (mp4)]
 
[https://www.dropbox.com/s/hzvkdcdw11t1cxk/SSH%20SCP%20and%20key%20pairs%20tutorial%20%28Secure%20authentication%20and%20encrypted%20comunication%29-oHoRYCY-LYU.mp4?dl=0 SSH SCP and key pairs tutorial Secure authentication and encrypted comunication (mp4)]
   −
== Config file ==
+
== Config files ==
sudo nano /etc/ssh/sshd_config
+
sudo nano /etc/ssh/sshd_config (ssh daemon config)<br />
 +
$HOME/.ssh/config    (connections config)
 +
<nowiki>Host fpsim-frontend
 +
    IdentityFile ~/.ssh/DNC-FKY.pem
 +
Host *
 +
    ServerAliveInterval 30
 +
    ServerAliveCountMax 2
 +
 
 +
Host 10.255.0.0/24
 +
    IdentityFile ~/.ssh/rt_rsa
 +
    User xe50582</nowiki>
 +
 
 
== Welcome message ==
 
== Welcome message ==
 
Two files must be edited:<br />
 
Two files must be edited:<br />

Navigation menu