diff options
author | EuAndreh <eu@euandre.org> | 2022-10-10 18:11:06 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2022-10-10 18:11:09 -0300 |
commit | 26158ce2ebcf1f91abd4dcd43ff8aa7185754a0f (patch) | |
tree | 1295270a7aad8f5f9e154b5542550ccdf43c8f8f /etc/ssh | |
parent | bin/wms: Add new working binary, and integrate it with i3 (diff) | |
download | dotfiles-26158ce2ebcf1f91abd4dcd43ff8aa7185754a0f.tar.gz dotfiles-26158ce2ebcf1f91abd4dcd43ff8aa7185754a0f.tar.xz |
bin/vm: Add VM management script
etc/guix/system.scm: Include myself in the "kvm" group so that the QEMU
commands can be given the "--enable-kvm" flag;
etc/ssh/config: Include the generated SSH config file
Diffstat (limited to 'etc/ssh')
-rw-r--r-- | etc/ssh/config | 1 | ||||
-rw-r--r-- | etc/ssh/known_hosts | 2 |
2 files changed, 3 insertions, 0 deletions
diff --git a/etc/ssh/config b/etc/ssh/config index 8df05c0..e548fe2 100644 --- a/etc/ssh/config +++ b/etc/ssh/config @@ -3,3 +3,4 @@ Host * Include ~/dev/libre/servers/src/infrastructure/ssh.conf Include ~/dev/others/lawtech/src/infrastructure/ssh.conf +Include ~/.usr/share/euandreh/vm-ssh.conf diff --git a/etc/ssh/known_hosts b/etc/ssh/known_hosts index b7e6d6c..c2c3d1e 100644 --- a/etc/ssh/known_hosts +++ b/etc/ssh/known_hosts @@ -75,3 +75,5 @@ git.2f30.org ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIJSLZ4G5w4NysBUmAHmr6/V9om42IHS [camarada.site]:38123 ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAILoz1gFl6chY91vQ5SrZXSP5yHqRI3TdYy2ccEDpS7Z4 149.28.21.56 ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIK2cITa9TuC3lzEihIfFYb0KhyJJ5Vg2vnGW1SMMwxhc camarada.site ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAILoz1gFl6chY91vQ5SrZXSP5yHqRI3TdYy2ccEDpS7Z4 +[127.0.0.1]:60022 ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIEuoUWqrJ8WLBDWwWG7zCyYVYz1upMlg1mSXMGMHIVzY +[localhost]:60022 ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIEuoUWqrJ8WLBDWwWG7zCyYVYz1upMlg1mSXMGMHIVzY |