Changes

Jump to navigation Jump to search
344 bytes added ,  12:54, 27 November 2017
Line 80: Line 80:  
== Config files ==
 
== Config files ==
 
sudo nano /etc/ssh/sshd_config  (ssh daemon config)<br />
 
sudo nano /etc/ssh/sshd_config  (ssh daemon config)<br />
$HOME/.ssh/config    (connections config)
+
=== $HOME/.ssh/config ===   (connections config)
 
  <nowiki>Host fpsim-frontend
 
  <nowiki>Host fpsim-frontend
 
     IdentityFile ~/.ssh/DNC-FKY.pem
 
     IdentityFile ~/.ssh/DNC-FKY.pem
Line 89: Line 89:  
Host 10.255.0.*
 
Host 10.255.0.*
 
     IdentityFile ~/.ssh/rt_rsa
 
     IdentityFile ~/.ssh/rt_rsa
     User xe50582</nowiki>
+
     User xe50582
 +
 
 +
Host leaks.rra.lan
 +
    IdentityFile ~/.ssh/rt_rsa
 +
    User xe50582
 +
 
 +
Host news.menupayapp.com
 +
    IdentityFile ~/.ssh/rra_id.pem
 +
    User ubuntu
 +
 
 +
Host 20.1.40.109
 +
    IdentityFile ~/.ssh/rt_rsa
 +
    User rra
 +
 
 +
Host 20.1.40.*
 +
    IdentityFile ~/.ssh/rt_rsa
 +
    user xe50582
 +
 
 +
Host *.rra.lan
 +
    IdentityFile ~/.ssh/rt_rsa
 +
    user xe50582
 +
</nowiki>
    
== LDAP ldapkeyfile ==
 
== LDAP ldapkeyfile ==

Navigation menu