github.com/jlmeeker/kismatic@v1.10.1-0.20180612190640-57f9005a1f1a/docs/kismatic-cli/kismatic_ssh.md (about) 1 ## kismatic ssh 2 3 ssh into a node in the cluster 4 5 ### Synopsis 6 7 8 ssh into a node in the cluster 9 10 HOST must be one of the following: 11 - A hostname defined in the plan filepath 12 - An alias: master, etcd, worker, ingress or storage. This will ssh into the first defined node of that type. 13 14 ``` 15 kismatic ssh HOST [commands] [flags] 16 ``` 17 18 ### Options 19 20 ``` 21 -h, --help help for ssh 22 -f, --plan-file string path to the installation plan file (default "kismatic-cluster.yaml") 23 -t, --pty force PTY "-t" flag on the SSH connection 24 ``` 25 26 ### SEE ALSO 27 * [kismatic](kismatic.md) - kismatic is the main tool for managing your Kubernetes cluster 28 29 ###### Auto generated by spf13/cobra on 23-Jan-2018