Setting locale failed on Mac OS X Mavericks
If you using Mac OS X (in my case, I’m using Mavericks), during SSH session, you may see this kind of error in your terminal: perl: warning: Setting locale failed.perl:…
If you using Mac OS X (in my case, I’m using Mavericks), during SSH session, you may see this kind of error in your terminal: perl: warning: Setting locale failed.perl:…
To allow root login via ssh on FreeBSD, edit sshd_config file: Find this line: and change it to: Now Restart sshd:
If you try to ssh to your server and getting this error: no hostkey alg Try to run this command at your terminal: ssh-keygen -t rsa -f /etc/ssh/ssh_host_rsa_key ssh-keygen -t…
Recently I tried to playing around with Amazon EC2 server. After subscribing & setup my server, it will give you cert pem key to access the server instead of entering…
ssh-copy-id has known problems with handling non-standard ports. For example if you try to connect with different port than 22 e.g. 1337. To overcome this issue, you should use a…
This error is caused by problems in your hosts.deny. If you installed all the recommended packages in Ubuntu, you’ll most likely have Denyhosts. If not, /etc/hosts.deny won’t exist, thus this…
If you ssh to your server using Terminal or iTerm, have you ever encountered this kind of problem?If you do, here I give you a solution (maybe a solution. it…