Nano Error
-
Hi. Sorry new to everything that going on I'm a proper noob. I've on step 4 trying to do this bit "nano /home/guvnr/.ssh/authorized_keys" i get this message -bash: nano: command not found
Any support would be great.Thanks
Jordan
Posted 1 year ago # -
hey Jordan, have you elevated your privileges to that of a super-user (root) .. try this:-
sudo nano /home/guvnr/.ssh/authorized_keysif you still get the error then the nano text editor isn't installed, so:-
sudo aptitude install nanoNOTE: if nano isn't installed, there's a possibility that the package manager, aptitude, won't be installed either - ie, your vps provider has offered you a verrrry *lite* distribution. if aptitude isn't working, install like this:-
sudo apt-get install aptitude.. then you can manage packages with aptitude which is better than apt-get, IMHO.
Posted 1 year ago #
Reply
You must log in to post.
Want HTML?
a blockquote code em strong ul ol liPlace code between backticks `codeHere`
You've got it.
