SSH into your container
Creating a keypair
ore-no-pc:test david$ ls ~/.ssh/
id_rsa id_rsa.pubore-no-pc:test david$ ssh-keygen
Generating public/private rsa key pair.
Enter file in which to save the key (/Users/david/.ssh/id_rsa):
Enter passphrase (empty for no passphrase):
Enter same passphrase again:
Your identification has been saved in meow.
Your public key has been saved in meow.pub.
The key fingerprint is:
8d:b9:76:d5:24:b9:26:80:08:f0:e0:03:fc:1c:84:6e [email protected]
The key's randomart image is:
+--[ RSA 2048]----+
|=.+. |
| |
|.o+ o |
| |
|. |
| . + |
| o . |
| . . |
| |
+-----------------+Uploading your public key



Attach the public key to your application stack



SSH into your container

Check your SSH history

Last updated