Add evendim ssh conf
This commit is contained in:
parent
c0a307ef19
commit
246c755eac
1 changed files with 12 additions and 1 deletions
|
@ -10,7 +10,18 @@ host *
|
||||||
host moria
|
host moria
|
||||||
HostName home.korhonen.cc
|
HostName home.korhonen.cc
|
||||||
port 221
|
port 221
|
||||||
User balrog
|
User functionalhacker
|
||||||
|
{%@@ if distro_id != "termux" @@%}
|
||||||
|
# Forward GPG agent
|
||||||
|
StreamLocalBindUnlink yes
|
||||||
|
RemoteForward /run/user/1000/gnupg/S.gpg-agent /run/user/{{@@ env['UID'] @@}}/gnupg/S.gpg-agent.extra
|
||||||
|
RemoteForward /run/user/1000/gnupg/S.gpg-agent.ssh /run/user/{{@@ env['UID'] @@}}/gnupg/S.gpg-agent.ssh
|
||||||
|
{%@@ endif @@%}
|
||||||
|
|
||||||
|
host evendim
|
||||||
|
HostName evendim.korhonen.cc
|
||||||
|
port 22
|
||||||
|
User functionalhacker
|
||||||
{%@@ if distro_id != "termux" @@%}
|
{%@@ if distro_id != "termux" @@%}
|
||||||
# Forward GPG agent
|
# Forward GPG agent
|
||||||
StreamLocalBindUnlink yes
|
StreamLocalBindUnlink yes
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue