github.com/rvaralda/deis@v1.4.1/docs/_includes/_generate-ssh-key.rst (about) 1 The ``deisctl`` utility communicates with remote machines over an SSH tunnel. 2 If you don't already have an SSH key, the following command will generate 3 a new keypair named "deis": 4 5 .. code-block:: console 6 7 $ ssh-keygen -q -t rsa -f ~/.ssh/deis -N '' -C deis