
For more information on how to run Linux on Windows, click here. One easy way to achieve this on Windows is to install the Linux subsystem for Windows and just run Bash on your Windows machine, and then follow the same instructions as for Linux.

Ssh-rsa AAAAB3NzaC1yc2EAAAABJQAAAIEAjm/8tQdXJ8gXETIOh3h6V+7KPAe+e9OUlBps a55Ky+1Ry1E2unGDDQNGqRVh9gmhL5p27NH0Bfd4kksa6Lm1WTnRirZCvHaVIPQ8 k4RTU73KJ9WnXmEi34hiMbmTjnrKLs+6YqLUqGmyyd/GK3Vs/9JYGhFHzc4qS2wk cmHKKws= you now have your SSH key all set up! Windows 10 or later To view your public key, which is the one you should copy/paste into the Webdock interface, execute the following command: You can now list the contents of ~/.ssh to view the key files. Strictly speaking, the password can be omitted if you feel secure that your local system will not be compromised. This is more secure, but adds an additional password prompt whenever you want to log in to your Webdock server. You should enter and re-enter a passphrase when prompted, if you want to password protect your key. You should just accept the default location, unless you have a reason to change it.

The command prompts you for a file to save the key in:Įnter file in which to save the key (/Users/yourusername/.ssh/id_rsa): <- Press the Enter or Return key

Setting up SSH keys is easiest on Mac and Linux, and is practically identical. By default, the system adds keys to the /Users//.ssh directory on MacOS and /home//.ssh on Linux.įrom the terminal, enter ssh-keygen at the command line. This article just deals with how you can create an appropriate SSH key on your local machine for use with Webdock. Click here to read our article on how to use your Public Key with Webdock. The private key is stored on your local machine, and should not be shared, while the public key is what you add to your Webdock account, and then assign to your shell users on your servers.

When you want to gain SSH acccess to a server, you need to generate a public/private keypair on your local computer.
