Reply
Thread Tools
Posts: 12 | Thanked: 24 times | Joined on Feb 2014
#51
Good job! But mosh is still not working properly here: something is wrong with mosh-server (I cannot log in the phone); mosh-client is ok though.
 
Posts: 1,288 | Thanked: 4,316 times | Joined on Oct 2014
#52
From my comments on openrepos:
here is a few hints

(as root)

nano -w /etc/ssh/sshd_config

Change:
UsePAM no

To:
UsePAM yes

or, simply

sed -i 's/#UsePAM\ no/UsePAM\ yes/g' /etc/ssh/sshd_config

also edit your ~/.bashrc file to include
export LC_ALL=en_US.UTF-8
 

The Following User Says Thank You to nieldk For This Useful Post:
Posts: 12 | Thanked: 24 times | Joined on Feb 2014
#53
Right, sshd_config got rewritten somehow and PAM option was unset again after the update. Putting it back solved the issue, kiitos (for the tip)!
 

The Following User Says Thank You to bote For This Useful Post:
Reply

Thread Tools

 
Forum Jump


All times are GMT. The time now is 15:13.