Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 375 Bytes

File metadata and controls

17 lines (12 loc) · 375 Bytes
title:Key
description:What is a Deis Key?
keywords:key, ssh

Key

Deis keys are SSH Keys used during the git push process. Each user can use the client to manage a list of keys on the :ref:`Controller`.

A user's keys are automatically added to every launched :ref:`Node`, allowing easy SSH access via:

$ ssh ubuntu@<node-fqdn>