home.social

#sshkey — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #sshkey, aggregated by home.social.

  1. @whack

    Love seeing some mcl! You can also do:

    import "git://github.com/purpleidea/mgmt/modules/virtualization/"
    include virtualization.vm("test1", struct{
    #sshkey => ...,
    index => 42,
    distro_uid => "fedora42-x86_64",
    root_password_selector => "password:hunter2",
    seeds => [fmt.printf("http://%s:2379", $etcd_ip),],
    })

    You'll need to set module path stuff though, which is not well documented atm :/

  2. What is the best practice when it comes to #SSHkeys? Do you use one #SSH key for all services, or create a #SSHkey for each service that uses SSH for access?