Macos 莫斯+;osx+/bin/false错误

Macos 莫斯+;osx+/bin/false错误,macos,ssh,broken-pipe,mosh,Macos,Ssh,Broken Pipe,Mosh,我已经成功地在服务器端和客户端安装了mosh。我试图从osx使用mosh进行ssh,但它引发了以下错误: /bin/false: No such file or directory write: Broken pipe /usr/local/bin/mosh: Did not find remote IP address (is SSH ProxyCommand disabled?). 我不确定这是否与mosh有关,或者这是一个普遍的错误。请帮我设置mosh 这个错误 /bin/false:

我已经成功地在服务器端和客户端安装了mosh。我试图从osx使用mosh进行ssh,但它引发了以下错误:

/bin/false: No such file or directory
write: Broken pipe
/usr/local/bin/mosh: Did not find remote IP address (is SSH ProxyCommand disabled?).
我不确定这是否与mosh有关,或者这是一个普遍的错误。请帮我设置mosh

这个错误

/bin/false: No such file or directory
很可能是指您尝试登录的用户帐户已禁用。您需要以其他用户身份登录,并将shell更改为有效的可执行文件

$ chsh -s /bin/bash [username]
这个错误

/bin/false: No such file or directory
很可能是指您尝试登录的用户帐户已禁用。您需要以其他用户身份登录,并将shell更改为有效的可执行文件

$ chsh -s /bin/bash [username]
问一问