diff options
author | luxagraf <sng@luxagraf.net> | 2020-04-28 10:51:10 -0400 |
---|---|---|
committer | luxagraf <sng@luxagraf.net> | 2020-04-28 10:51:10 -0400 |
commit | 9cb49dc6454ed3d916d7bb0490275650d4a5e54c (patch) | |
tree | 78f7a65c06784174d78b3f59720bdd1a3ec288e1 /.ssh | |
parent | 4f2609a1ce3a625389d653ce6e1ef5e65cd73ba9 (diff) |
changed to migadu for email
Diffstat (limited to '.ssh')
-rwxr-xr-x | .ssh/config | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/.ssh/config b/.ssh/config new file mode 100755 index 0000000..fd18e01 --- /dev/null +++ b/.ssh/config @@ -0,0 +1,34 @@ +Host lux + Hostname 149.28.230.188 + user lxf + Port 24598 + CheckHostIP yes + TCPKeepAlive yes + ForwardX11 yes + IdentityFile ~/.ssh/id_ed25519 + +Host lxf + Hostname 149.28.44.132 + user lxf + Port 24598 + CheckHostIP yes + TCPKeepAlive yes + ForwardX11 yes + IdentityFile ~/.ssh/id_ed25519 + +Host luxgit + Hostname 149.28.44.132 + user git + Port 24598 + CheckHostIP yes + TCPKeepAlive yes + IdentityFile ~/.ssh/id_ed25519 + +Host wlp + Hostname 149.28.112.177 + user wlp + Port 24598 + CheckHostIP yes + TCPKeepAlive yes + #IdentityFile ~/.ssh/id_ed25519 + |