Tag Archives: ssh

Password-less logins with OpenSSH on AIX

http://www.debian-administration.org/articles/152

Posted in Unix | Tagged , , | Leave a comment

Setup an SSH/SFTP Server on Ubuntu

“sudo apt-get install openssh-server“ That’s it, you can now connect to your machine via SSH/SFTP from any other machine on the same network, it’s easy, fast and secure.

Tagged , , , | Leave a comment

Cleanup the SSH known_hosts file

“ssh-keygen -R [host] “ helpful especially in clusters

Tagged , , | Leave a comment

Getting X11 forwarding through ssh working after running su in AIX

After logging to a remote server using the “ssh -X user@host” (assuming that you have enabled X11Forwarding in your “/etc/ssh/sshd_config” file, and then restarted ssh by issuing “stopsrc -g ssh” and then “startsrc -g ssh”), you can run any X-windows … Continue reading

Tagged , , | Leave a comment