Skip to content

Commit f8fe78b

Browse files
authored
Update README.md
1 parent 62f57b7 commit f8fe78b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## What is this?
44

5-
This chart deploys a container containing common dev tools. It uses a dropbear ssh server so users can connect Visual Studio Code or IntelliJ to the pod as a remote environment. This allows developers to work inside a cluster in a very similiar fashion to how they would work locally. The dropbear port is bound to 3022, it runs as the developer user, not root. On each start of the container the developer user is changed randomly and logged with the intent that once initially accessed developers switch to public key authentication. `/home/developer` and `/etc/dropbear` use PVCs and will survive updates/restarts, other changes such as `apt-get` installs will not.
5+
This chart deploys a container containing common dev tools. It uses a dropbear ssh server so users can connect Visual Studio Code or IntelliJ to the pod as a remote environment. This allows developers to work inside a cluster in a very similiar fashion to how they would work locally. The dropbear port is bound to 3022, it runs as the developer user, not root. On each start of the container the developer user password is changed randomly and logged with the intent that once initially accessed developers switch to public key authentication. `/home/developer` and `/etc/dropbear` use PVCs and will survive updates/restarts, other changes such as `apt-get` installs will not.
66

77
## How to deploy
88

@@ -50,4 +50,4 @@ This will set the developer user account to a blank password and run dropbear wi
5050
## Login with public key authentication
5151
First generate a compatible ssh key pair. `ssh-keygen -t ecdsa`. After generating the key pair you will need to copy the public key to the pod. This assumes you have already started port-forwarding or have enabled the service to expose the ssh port. Ensure you have the current password for the developer user.
5252

53-
`ssh-copy-id -i ~/.ssh/id_ecdsa -p 3022 developer@<the-ip-address-or-hostname>` You will be prompted for the password go ahead and enter it and the authorized keys file will be populated with the public key from your key pair.
53+
`ssh-copy-id -i ~/.ssh/id_ecdsa -p 3022 developer@<the-ip-address-or-hostname>` You will be prompted for the password go ahead and enter it and the authorized keys file will be populated with the public key from your key pair.

0 commit comments

Comments
 (0)