SSH: Difference between revisions
m fix indentation |
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> | ||