If you are only creating one ssh connection, does "good day" mean you have succeeded just once?No, I mean that I can ssh in without having to pass -v on the command line. In other words, it works the way it normally should.
More specifically: good day: "ssh user@server" = works just like it should bad day: "ssh user@server" = no connection, no output... just hangs."ssh -v user@server" = prints the expected debug info and connects as it should (...usually. Sometimes I have to specify -vv)