SSH를 통해 로그인할 때 애플리케이션이 자동으로 시작되지 않도록 하는 방법

SSH를 통해 로그인할 때 애플리케이션이 자동으로 시작되지 않도록 하는 방법

SSH를 통해 로그인할 때마다 Mutt가 자동으로 열립니다. 이런 일이 발생하지 않도록 하려면 어떻게 해야 합니까?

SSH를 통해 로그인한 후 Mutt가 열립니다.

스테이징 서버의 설정과 라이브 서버의 설정을 비교했는데 차이점을 찾을 수 없습니다.

vim .muttrc반품:

#======================================================#
# Boring details
set realname ="Name"
set from = [email protected]
set use_from = yes
set envelope_from ="yes"
set sendmail="/usr/bin/msmtp"

# If not set in environment variables:
set spoolfile = /var/spool/mail/name

#======================================================#
# Folders
set folder="~/Mail"                # Mailboxes in here
set record="+sent"                 # where to store sent messages
set postponed="+postponed"         # where to store draft messages
set move=no                        # Don't move mail from the spool.

#======================================================#
# Watch these mailboxes for new mail:
mailboxes ! +Fetchmail +slrn +mutt
set sort_browser=alpha    # Sort mailboxes by alpha(bet)

#======================================================#
# Order of headers and what to show
hdr_order Date: From: User-Agent: X-Mailer \
To: Cc: Reply-To: Subject:
ignore *
unignore Date: From: User-Agent: X-Mailer  \
To: Cc: Reply-To: Subject:

#======================================================#
# which editor do you want to use?
# vim of course!
set editor="vim -c 'set tw=70 et' '+/^$' "
set edit_headers          # See the headers when editing

#======================================================#
# Aliases

set sort_alias=alias     # sort aliases in alpha order by alias name

#======================================================#
# Odds and ends
set markers          # mark wrapped lines of text in the pager with a +
set smart_wrap       # Don't wrap mid-word
set pager_context=5  # Retain 5 lines of previous page when scrolling.
set status_on_top    # Status bar on top.
push <show-version>  # Shows mutt version at startup

관련 정보