PDA

View Full Version : Openssh



giuseppe18
May 14th, 2015, 05:39 PM
Hello everyone! I'm trying to install a program that needs the ssh's command.
Then i write:
hduser@giuseppe-Aspire-8935G:~$ sudo apt-get install openssh-server

and the answer is:

hduser non è nel file sudoers. Questo evento verrà segnalato.

(hduser is not in the sudoers file. This event will be report.)

There's something that i could do? It's only an error of mine pc?

PS:If i use ssh's command:

hduser@giuseppe-Aspire-8935G:~$ ssh localhost
ssh: connect to host localhost port 22: Connection refused

Lars Noodén
May 14th, 2015, 06:08 PM
Only the system administrator(s) can install new programs. You'll have to log into an account that has the right privileges or have someone else who does have that access do it for you. Then after it is installed will you be able to log in remotely.

Also, if you have UFW enabled, you'll need to open port 22 for incoming connections.