ssh: remove agent and askpass
fuck so this is why gnome-keyring ssh isnt working 😭
This commit is contained in:
parent
0d2138970e
commit
fbeff5e4e9
1 changed files with 11 additions and 15 deletions
|
|
@ -1,19 +1,15 @@
|
|||
{ config, pkgs, ... }:
|
||||
|
||||
{
|
||||
programs.ssh = {
|
||||
startAgent = true;
|
||||
enableAskPassword = true;
|
||||
extraConfig = "
|
||||
IdentityFile /home/wo2w/.ssh/yubikey
|
||||
User wo2w
|
||||
Port 8743
|
||||
Host gameserver
|
||||
Hostname 192.168.2.112
|
||||
Host Swordsmachine
|
||||
Hostname 192.168.2.74
|
||||
Host Earthmover
|
||||
Hostname 192.168.2.175
|
||||
";
|
||||
};
|
||||
programs.ssh.extraConfig = "
|
||||
IdentityFile /home/wo2w/.ssh/yubikey
|
||||
User wo2w
|
||||
Port 8743
|
||||
Host gameserver
|
||||
Hostname 192.168.2.112
|
||||
Host Swordsmachine
|
||||
Hostname 192.168.2.74
|
||||
Host Earthmover
|
||||
Hostname 192.168.2.175
|
||||
";
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue