SSH disconnect/connect messages filling log (known bug?)

Status
Not open for further replies.

junior466

Explorer
Joined
Mar 26, 2018
Messages
79
FreeNAS-11.1-U5

I've been checking my logs recently and noticed these messages only seconds apart happening all day. Research has led me to believe is related to replication tasks that are being done on the same host but wanted to be sure.

Code:
2018-09-04 17:02:13.000 freenas
freenas sshd[32041]: Accepted publickey for root from 127.0.0.1 port 44077 ssh2: RSA SHA256:xxxxxx2018-09-04 17:02:13.000 freenas
freenas sshd[32041]: Received disconnect from 127.0.0.1 port 44077:11: disconnected by user
2018-09-04 17:02:13.000 freenas
freenas sshd[32041]: Disconnected from user root 127.0.0.1 port 44077
2018-09-04 17:02:12.000 freenas
freenas sshd[32028]: Accepted publickey for root from 127.0.0.1 port 44075 ssh2: RSA SHA256:xxxxxx2018
2018-09-04 17:02:12.000 freenas
freenas sshd[32028]: Disconnected from user root 127.0.0.1 port 44075
2018-09-04 17:02:12.000 freenas
freenas sshd[32035]: Accepted publickey for root from 127.0.0.1 port 44076 ssh2: RSA SHA256:xxxxxx2018


Anything I need to do? FreeNAS is running perfectly fine along with all replication tasks.

Thank you.
 

Ericloewe

Server Wrangler
Moderator
Joined
Feb 15, 2014
Messages
20,175
Local replication would be it. Sounds like it's way too frequent if you're getting them only seconds apart. I mean, if it works and your server can handle it, it's not a problem, but doing a key exchange with localhost every five seconds is what some would call "creative inertia".
 

junior466

Explorer
Joined
Mar 26, 2018
Messages
79
Local replication would be it. Sounds like it's way too frequent if you're getting them only seconds apart. I mean, if it works and your server can handle it, it's not a problem, but doing a key exchange with localhost every five seconds is what some would call "creative inertia".

My replications are schedule between 5:00 and 23:00:

Screen Shot 2018-09-04 at 8.29.09 PM.png


Do I need to adjust the schedule to make it stop?
 

Ericloewe

Server Wrangler
Moderator
Joined
Feb 15, 2014
Messages
20,175
It's more about the frequency of snapshots. What do you have setup?
 

Ericloewe

Server Wrangler
Moderator
Joined
Feb 15, 2014
Messages
20,175
How many tasks do you have? A handful?
 

Ericloewe

Server Wrangler
Moderator
Joined
Feb 15, 2014
Messages
20,175
And the log comes in chunks of three? If so, everything's okay.
 

Ericloewe

Server Wrangler
Moderator
Joined
Feb 15, 2014
Messages
20,175
I'll have to remember to ping the devs about this one to at least consolidate all the tasks into one SSH connection.
 
Status
Not open for further replies.
Top