curve: add ssh agent forwarding
This commit is contained in:
@@ -7,5 +7,6 @@
|
|||||||
../profiles/email
|
../profiles/email
|
||||||
../profiles/cal
|
../profiles/cal
|
||||||
../profiles/sync/kitaab
|
../profiles/sync/kitaab
|
||||||
|
../profiles/ssh
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -0,0 +1,10 @@
|
|||||||
|
{
|
||||||
|
home.file.".ssh/config".text = ''
|
||||||
|
Host mossnet.lan
|
||||||
|
ForwardAgent Yes
|
||||||
|
Host sealight.xyz
|
||||||
|
ForwardAgent Yes
|
||||||
|
Host git.sealight.xyz
|
||||||
|
ForwardAgent Yes
|
||||||
|
'';
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user