diff --git a/packages/lxd/test.sample.coffee b/packages/lxd/test.sample.coffee index 4bb933969..137e52775 100644 --- a/packages/lxd/test.sample.coffee +++ b/packages/lxd/test.sample.coffee @@ -8,12 +8,13 @@ module.exports = alpine: 'alpine/3.17' config: [ label: 'local' - # label: 'remote' - # ssh: - # host: '127.0.0.1', username: process.env.USER, - # private_key_path: '~/.ssh/id_ed25519' - # Exemple with vagrant: - # ssh: - # host: '127.0.0.1', port: 2222, username: 'vagrant' - # private_key_path: "#{require('os').homedir()}/.vagrant.d/insecure_private_key" + # , + # label: 'remote' + # ssh: + # host: '127.0.0.1', username: process.env.USER, + # private_key_path: '~/.ssh/id_ed25519' + # Exemple with vagrant: + # ssh: + # host: '127.0.0.1', port: 2222, username: 'vagrant' + # private_key_path: "#{require('os').homedir()}/.vagrant.d/insecure_private_key" ]