Getting Started with the Pubnix: Difference between revisions

From Project Segfault Wiki
(category)
(fix formatting)
Line 6: Line 6:
Instructions on how to generate a key can be found on the [https://wiki.projectsegfau.lt/Generating%20an%20SSH%20key Generating an SSH key] article.
Instructions on how to generate a key can be found on the [https://wiki.projectsegfau.lt/Generating%20an%20SSH%20key Generating an SSH key] article.


Now, you can signup on the [https://projectsegfau.lt/pubnix/register Pubnix Registration page] on the website.<!--You can only use numbers and lowercase letters for your pubnix username due to usersite limitations.-->
Now, you can signup on the [https://projectsegfau.lt/pubnix/register Pubnix Registration page] on the website.
 
Note: You can only use numbers and lowercase letters for your pubnix username due to usersite limitations.<!--You can only use numbers and lowercase letters for your pubnix username due to usersite limitations.-->


To prevent abuse, we manually check all registrations.
To prevent abuse, we manually check all registrations.
Line 17: Line 19:
To login, as mentioned in the email, run<pre>
To login, as mentioned in the email, run<pre>
ssh USERNAME@p.projectsegfau.lt
ssh USERNAME@p.projectsegfau.lt
</pre><!--If you have multiple ssh keys, you might need to use the -i .ssh/KEY_USED_TO_SIGNUP_FOR_PUBNIX.-->
</pre>If you have multiple ssh keys, you might need to add this flag:<pre>
 
-i .ssh/KEY_USED_TO_SIGNUP_FOR_PUBNIX
</pre><pre>
-i .ssh/KEY_USED_TO_SIGNUP_FOR_PUBNIX
</pre>
[[Category:Pubnix]]
[[Category:Pubnix]]

Revision as of 11:45, 26 February 2023

Getting started with the pubnix is really simple!

Registering

Firstly, you need to generate an SSH key, if you don't already have one.

Instructions on how to generate a key can be found on the Generating an SSH key article.

Now, you can signup on the Pubnix Registration page on the website.

Note: You can only use numbers and lowercase letters for your pubnix username due to usersite limitations.

To prevent abuse, we manually check all registrations.

If it takes more than 24 hours, feel free to contact us.

Once your registration is approved, you will get an email from us stating the same.

Logging in

To login, as mentioned in the email, run

ssh USERNAME@p.projectsegfau.lt

If you have multiple ssh keys, you might need to add this flag:

-i .ssh/KEY_USED_TO_SIGNUP_FOR_PUBNIX

-i .ssh/KEY_USED_TO_SIGNUP_FOR_PUBNIX