You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 7, 2021. It is now read-only.
Not sure if this is correct, but the instructions on the home page were not fully understood. Below is an attempt to create an account.
torsocks ssh [username]@weblog.sh key $(cat ~/.ssh/id_rsa.pub)
cat: ~/.ssh/id_rsa.pub: No such file or directory
torsocks ssh -p 2222 [username]@weblog.sh key $(cat ~/.ssh/id_rsa.pub)
cat: ~/.ssh/id_rsa.pub: No such file or directory
The authenticity of host '[weblog.sh]:2222 ([52.89.106.5]:2222)' can't be established.
RSA key fingerprint is SHA256:...
Are you sure you want to continue connecting (yes/no)? yes
Warning: Permanently added '[weblog.sh]:2222,[52.89.106.5]:2222' (RSA) to the list of known hosts.
… Registering user
→ You need to provide a key.
cat > ~/.ssh/id_rsa.pub
...
torsocks ssh -p 2222 [username]@weblog.sh key $(cat ~/.ssh/id_rsa.pub)
key_load_public: invalid format
… Registering user
✓ Account created, do not forget your password.
→ Random password set:
Not sure if this is correct, but the instructions on the home page were not fully understood. Below is an attempt to create an account.
torsocks ssh [username]@weblog.sh key $(cat ~/.ssh/id_rsa.pub)
cat: ~/.ssh/id_rsa.pub: No such file or directory
torsocks ssh -p 2222 [username]@weblog.sh key $(cat ~/.ssh/id_rsa.pub)
cat: ~/.ssh/id_rsa.pub: No such file or directory
The authenticity of host '[weblog.sh]:2222 ([52.89.106.5]:2222)' can't be established.
RSA key fingerprint is SHA256:...
Are you sure you want to continue connecting (yes/no)? yes
Warning: Permanently added '[weblog.sh]:2222,[52.89.106.5]:2222' (RSA) to the list of known hosts.
… Registering user
→ You need to provide a key.
cat > ~/.ssh/id_rsa.pub
...
torsocks ssh -p 2222 [username]@weblog.sh key $(cat ~/.ssh/id_rsa.pub)
key_load_public: invalid format
… Registering user
✓ Account created, do not forget your password.
→ Random password set:
...
→ You can reset your public key later using:
ssh ...@localhost key $(cat ~/.ssh/id_rsa.pub)
→ Save files with the extension .md to post in markdown, .txt or none otherwise.
→ By using this service you agree to our License, Terms of Service, and Privacy Policy.
GPLV3 License: https://goo.gl/93VKiw
Terms of Service: https://weblog.sh/terms
Privacy Policy: https://weblog.sh/privacy
The text was updated successfully, but these errors were encountered: