...
Note: A key pair belongs to an individual user, not to a project. To share a key pair across multiple users, each user needs to import that key pair.
Add a rule to
...
a security group
This procedure enables SSH and ICMP (ping) access to instances. The rules apply to all instances within a given project, and should be set for every project unless there is a reason to prohibit SSH or ICMP access to the instances. This procedure can be adjusted as necessary to add additional security group rules to a project, if your cloud requires them.
...
Log in to the dashboard.
Select the appropriate project from the drop down menu at the top left.
On the Project tab, open the Network tab. The Security Groups tab shows the security groups that are available for this project.
Select Click Create Security Group to create a new one or select the default security group ().
After choosing the security group, and click Manage Rules.
To allow SSH access, click Add Rule.
In the Add Rule dialog box (fig), enter the following values:
Rule:
SSH
Remote:
CIDR
CIDR:
0.0.0.0/0
Click Add.
Instances will now have SSH port 22 open for requests from any IP address.
To add an ICMP rule, click Add Rule.
In the Add Rule dialog box, enter the following values:
Rule:
All ICMP
Direction:
Ingress
Remote:
CIDR
CIDR:
0.0.0.0/0
Click Add.
Instances will now accept all incoming ICMP packets.
Add a key pair
Create at least one key pair for each project.
...