This website requires JavaScript.
Explore
Help
Sign in
cyplo
/
dotfiles
Watch
1
Star
0
Fork
You've already forked dotfiles
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
Actions
7ce20c3d2c
dotfiles
/
nixos
/
home-manager
/
programs
/
ssh.nix
10 lines
108 B
Nix
Raw
Normal View
History
Unescape
Escape
reformat with alejandra
2022-12-19 09:09:08 +00:00
{
config
,
pkgs
,
.
.
.
}
:
{
explicit ssh settings
2022-11-08 11:05:06 +00:00
programs
.
ssh
.
extraConfig
=
''
StrictHostKeyChecking
=
accept-new
''
;
}
Reference in a new issue
Copy permalink