"mosh" 스팸 "last -f /var/log/wtmp"를 제거하는 방법은 무엇입니까?

"mosh" 스팸 "last -f /var/log/wtmp"를 제거하는 방법은 무엇입니까?

사용하기 시작한 이후로모쉬/var/log/wtmp, 내 파일에 항목이 너무 많습니다마지막(1)리눅스 머신에서.

cnst     pts/8        172.56.2x.yz via Mon May 19 08:19   still logged in
cnst     pts/8        mosh [50892]     Mon May 19 08:19 - 08:19  (00:00)
cnst     pts/8        172.56.2x.yz via Mon May 19 08:18 - 08:19  (00:01)
cnst     pts/8        mosh [50892]     Mon May 19 08:18 - 08:18  (00:00)
cnst     pts/8        172.56.2x.yz via Mon May 19 08:18 - 08:18  (00:00)
cnst     pts/8        mosh [50892]     Mon May 19 08:18 - 08:18  (00:00)
cnst     pts/8        172.56.2x.yz via Sun May 18 20:11 - 08:18  (12:06)
cnst     pts/8        mosh [50892]     Sun May 18 20:11 - 20:11  (00:00)
cnst     pts/8        172.56.2x.yz via Sun May 18 20:11 - 20:11  (00:00)
cnst     pts/8        mosh [50892]     Sun May 18 20:10 - 20:11  (00:00)
cnst     pts/8        172.56.2x.yz via Sun May 18 19:55 - 20:10  (00:15)
cnst     pts/8        mosh [50892]     Sun May 18 19:55 - 19:55  (00:00)
cnst     pts/8        172.56.2x.yz via Sun May 18 19:55 - 19:55  (00:00)
cnst     pts/8        mosh [50892]     Sun May 18 19:55 - 19:55  (00:00)
cnst     pts/8        172.56.2x.yz via Sun May 18 19:24 - 19:55  (00:30)
cnst     pts/8        mosh [50892]     Sun May 18 19:24 - 19:24  (00:00)
cnst     pts/8        172.56.2x.yz via Sun May 18 19:24 - 19:24  (00:00)
cnst     pts/8        mosh [50892]     Sun May 18 19:23 - 19:24  (00:00)

00시, 00분, 로그인 항목은 어떻게 되나요?

매우 짧은 연결 손실 시간을 보고하는 데 덜 엄격하도록 mosh의 매개변수를 조정할 수 있는 방법이 있습니까?

몇 초 동안 그렇게 큰 소리로 연결 문제를 보고하는 데는 별로 관심이 없습니다.

답변1

이는 2012년에 utmp 지원이 추가된 직후 메일링 리스트 토론에서 볼 수 있듯이 알려진 문제입니다.답장: [mosh-users] 로그인 wtmp, Kevin Weinstein은 말합니다.

By default, mosh-server adds an entry to utmp (including the user's IP
address) whenever the user becomes active, and replaces it with a
different entry (with just the mosh PID) when they go inactive. This
can help you find abandoned mosh servers.


We don't have a configuration option to change this behavior, but if
you only want the initial utmp entry, you can comment out the source
code in mosh-server.cc that begins "/* update utmp if has been more
than 10 seconds since heard from client */" (near line 678).

즉, 동작을 변경하려면 프로그램을 수정해야 합니다. 계획의변경 로그이 부분에 대한 개선 사항은 언급되지 않았습니다.

관련 정보