curve: add ssh agent forwarding
This commit is contained in:
@@ -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