From 26158ce2ebcf1f91abd4dcd43ff8aa7185754a0f Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Mon, 10 Oct 2022 18:11:06 -0300 Subject: 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 --- etc/ssh/config | 1 + etc/ssh/known_hosts | 2 ++ 2 files changed, 3 insertions(+) (limited to 'etc/ssh') 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 -- cgit v1.2.3