So I built a program that prints out the login logs of my ubuntu server using tail -f. The program uses Paramiko to connect via ssh and runs the command to tail the logs. Th