Skip to content

Tag: ssh

Raspberry Pi with Raspbian dropping SSH connection

I was playing with my Raspberry PI with Raspbian and the ssh connection was dropping (or timeouting, or something like this), I got a "Broken…

Continue reading Raspberry Pi with Raspbian dropping SSH connection

Connect to SSH using Python

Good Night, If you want to execute commands in console using python you can use the pexpect library. You can get it in http://sourceforge.net/projects/pexpect/. To…

Continue reading Connect to SSH using Python

Install and configure SSH server to be safer.

Good night, To install ssh server in Ubuntu use: $ sudo apt-get install openssh-server To let it safer edit /etc/ssh/sshd_config $ sudo vi /etc/ssh/sshd_config Than…

Continue reading Install and configure SSH server to be safer.

Block root access, ssh.

Hey, Just a fast tip, if you want to have a ssh server more secure disable root access in "/etc/ssh/sshd_config" Find the line starting with…

Continue reading Block root access, ssh.