Skip to content

tryk8s/ssh-cloudinit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ssh-cloudinit

ssh-cloudinit is a provisioning tool that helps you initialize cloud servers through cloudinit over ssh.

Supported Systems

  • Ubuntu
  • Coreos (TBD)

Install

go get github.com/tryk8s/ssh-cloudinit

Usage

ssh-cloudinit [options] <server>
  
  -key string
        SSH key path (default "~/.ssh/id_rsa")
  -os string
        Server OS (default "ubuntu")
  -port int
        Server SSH port (default 22)
  -remote string
        Remote cloud-init url
  -user string
        Server SSH user (default "root")

-remote is required.

License

MIT

About

A provisioning tool that helps you initialize cloud servers through cloudinit over ssh

Resources

Stars

Watchers

Forks

Packages

No packages published

Contributors 2

  •  
  •  

Languages