SSH: Difference between revisions

DHCP (talk | contribs)
m fix indentation
DHCP (talk | contribs)
m Configuration: use indented string for programs.ssh.extraConfig
 
Line 44: Line 44:
<nowiki>
<nowiki>
programs.ssh = {
programs.ssh = {
   extraConfig = "
   extraConfig = ''
     Host myhost
     Host myhost
       Hostname 192.168.1.123
       Hostname 192.168.1.123
       Port 22
       Port 22
       User user
       User user
   ";
   '';
};
};
</nowiki>
</nowiki>