Cannot Access FreeNAS Using SSH

Status
Not open for further replies.

JonnyAlpha

Contributor
Joined
Jul 12, 2012
Messages
128
Hi;

I am having trouble with the built in shell in FreeNAS 8.0.3 (canot increase the window size to see the full results for one thing), so I am trying via ssh.
I am using Terminal on a macbook pro and have enabled ssh in FreeNAS

$ ssh <ipaddress>

The I get a password prompt, but I either cannot remember the password or its just not accepting it.

Is the password the Admin account password which I have changed?
 

cyberjock

Inactive Account
Joined
Mar 25, 2012
Messages
19,526
Read section 3.2.1 of the FreeNAS manual. That will explain the "Admin" account.
 

JaimieV

Guru
Joined
Oct 12, 2012
Messages
742
Use
$ ssh adminusername@ipaddress
and then enter the password for that admin user.
 

ben

FreeNAS GUI Developer
Joined
May 24, 2011
Messages
373
JaimieV, no. You do not use the web UI admin login to log in at the shell, because that account is completely separate from the root user account (and every other user account).

Jonnyalpha, you need to have a suitable user account (or check "allow root login with password" if you need to use the root user, you'll also need to set a password for the root account) in the SSH service settings (and then turn the service on and off). Then log in with ssh (username)@(IPaddress).
 

JaimieV

Guru
Joined
Oct 12, 2012
Messages
742
I didn't say web admin, just "admin" ie root or other. Thanks for following up.
 

ben

FreeNAS GUI Developer
Joined
May 24, 2011
Messages
373
Just making sure, since it's a common misperception that "admin" is a real account that you can log into via ssh.
 
Status
Not open for further replies.
Top