# Using SFTP/SSH Keys

- [How to create a SFTP/SSH key on Windows](/walkthroughs/sftp-recipes/using-sftp-ssh-keys/how-to-create-a-sftp-ssh-key-on-windows.md): Learn about SFTP and SSH authentication RSA keys and how to create one in Windows using Powershell.
- [How to create a SFTP/SSH Key On MacOS](/walkthroughs/sftp-recipes/using-sftp-ssh-keys/how-to-create-a-sftp-ssh-key-on-macos.md): Learn about SFTP and SSH authentication RSA keys and how to create then on MacOS
- [How to create a SFTP/SSH Key On Linux](/walkthroughs/sftp-recipes/using-sftp-ssh-keys/how-to-create-a-sftp-ssh-key-on-linux.md): Learn about SFTP and SSH authentication RSA keys and how to create then on MacOS
- [How to convert a PPK key to RSA](/walkthroughs/sftp-recipes/using-sftp-ssh-keys/how-to-convert-a-ppk-key-to-rsa.md): Putty is a common windows SFTP and SSH client that uses a different key format to most other tools. Its fairly common to need to convert keys between formats.
- [How to encrypt/decrypt a private key](/walkthroughs/sftp-recipes/using-sftp-ssh-keys/how-to-encrypt-decrypt-a-private-key.md): Private keys can be encrypted with a password for additional security. Learn how to encrypt and decrypt a private key.
