PDA

View Full Version : Help with Naqs seed box guide



mr.Dman
03-07-2008, 11:35 PM
I do have this file on my seedbox i just don't know if I need to remove just this
authorized_keys2
from the box below and then save and exit
Sorry for all the cut and pasting
Thanks


Delete SSH key authentication
Certain providers create SSH keys that will allow them to login to your server as root without actually knowing the password. We want to delete the authorized_keys2 file if it's there:
Code:
# ls .ssh
authorized_keys2
# rm .ssh/authorized_keys2
Note: Try the auto complete feature, just type "rm .ssh/au", then press Tab, the rest of the filename will be filled automatically.

Note: Key authentication can be a secure method of login, as you'll need an actual key file on your computer to authenticate against the server, see the FAQ for instructions.

slayer2005
03-07-2008, 11:43 PM
Depends.if u order a server say with serveraday they put a special shhkey on it so they can accsses it anytime they want(tos)
But most do not do this,all depends who u are with.
Plus it could just be another account for u to gain shh accsses.
What company is the box with.

slayer

mr.Dman
03-08-2008, 12:28 AM
it's hosting-Ie a reseller of keyweb

slayer2005
03-08-2008, 12:33 AM
Nah just leave it then.
As far as i no nerither of them companys leave a key on to spy on u.
and both seem to allow torents.
Sometimes if u delte smthing they will close ur server as a breach of there TOS.

mr.Dman
03-08-2008, 12:36 AM
Thanks!!