.jpeg)
Deploy When Available is now GA
Queue for any GPU spec, even one that's fully rented out, and we'll deploy it the moment capacity opens up. No more refreshing the console or running a sniping tool.
Blog
Learn how to securely access your Runpod Pod using SSH with a username and password by configuring the SSH daemon and setting a root password.

When connecting to a Runpod Pod, a common issue is that SSH doesn't work out of the box. In this tutorial, we will examine a method of using a username and password to access a Runpod Pod through SSH. By the end of this guide, you'll be able to securely connect to your Pod using password authentication.
Before you begin, ensure that you have the following:
The first step is to set a password for the root user on your Pod. This can be done by running the following command:
You will be prompted to enter a new password. It's crucial to set a strong password here. Consider using a password generated by a password manager or follow the guidelines provided by the Electronic Frontier Foundation (EFF) for creating secure passwords.
Next, see how to enable password authentication.
If your Pod doesn't have Vim installed, you can install it using apt update; apt install vim.To enable password authentication for SSH, follow these steps:
vi /etc/ssh/sshd_config
PasswordAuthentication. Uncomment it if necessary and set its value to yes:PasswordAuthentication yes
PermitRootLogin. Change its value to yes:PermitRootLogin yes
PubkeyAuthentication no
Esc, then typing :wq and pressing Enter.service ssh restart
Now that your password is set and you've applied changes, access your Pod.
With password authentication enabled, you can now SSH into your Pod using a username and password:
Replace username@server_ip -p port with the appropriate values.
You can find this information by clicking the "Connect" button on your Pod's page in the Runpod dashboard.
Enter the password you set earlier when prompted, and you should now be connected to your Pod via SSH using password authentication.
In this article, you learned how to enable SSH password authentication on a Runpod Pod.
By setting a root password and modifying the SSH configuration file, you can now securely connect to your Pod using a username and password.
Remember to always use strong passwords and consider disabling password authentication and using public key authentication instead for enhanced security.
Author profile: River Snow
Blog Posts
.jpeg)
Queue for any GPU spec, even one that's fully rented out, and we'll deploy it the moment capacity opens up. No more refreshing the console or running a sniping tool.

Explore why faster chips have shifted the bottleneck to AI infrastructure, and what that means for teams running production workloads.
.jpeg)
With MIG, we can partition RTX 6000 Pro cards into isolated 24 GB instances. Here's when it makes sense for your workloads.