SSH into FreeNAS server

Cinjin

Dabbler
Joined
Jun 12, 2020
Messages
16
Hi,

I am having an issue SSHing into my FreeNAS server, everytime i try to SSH as a user i get the following error in the logs:

Jan 18 11:58:40 st1 sshd[80194]: User ted.smith not allowed because shell /bin/zsh does not exist

And it denies me SSHing in. My freeNAS is currently connected to AD. How would i go about fixing this issue ?
 

Patrick M. Hausen

Hall of Famer
Joined
Nov 25, 2013
Messages
7,740
The error message is plain and clear, isn't it? It's /usr/local/bin/zsh.
 

Patrick M. Hausen

Hall of Famer
Joined
Nov 25, 2013
Messages
7,740
You configured /bin/zsh, not /usr/local/bin/zsh for that user. /bin/zsh does not exist. Read the error message again.
 

Patrick M. Hausen

Hall of Famer
Joined
Nov 25, 2013
Messages
7,740
Are you using MSFU to pull Unix attributes from AD?
 
Top