• Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Search
  • Register
  • Login
Netgate Discussion Forum
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Search
  • Register
  • Login

How to disable bell on SSH connections

Scheduled Pinned Locked Moved General pfSense Questions
23 Posts 3 Posters 3.1k Views
Loading More Posts
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • J
    johnpoz LAYER 8 Global Moderator @networknotwork
    last edited by johnpoz Dec 28, 2021, 3:15 PM Dec 28, 2021, 3:12 PM

    @networknotwork btw, I tested this with ssh from openssh for windows as well, and it still works - since its related to the shell (tcsh)

    C:\>ssh -V
    OpenSSH_8.8p1, OpenSSL 1.1.1l  24 Aug 2021
    

    Not sure why the windows built in ssh is so far behind..

    Just got a fancy new PC, and still working on getting all the stuff back to the way I like it.. Upon testing this and seeing that the windows version ssh that comes with was so far behind it was time to correct that ;) I normally just use securecrt for my ssh needs, but now and then you need to do stuff from just the command line

    An intelligent man is sometimes forced to be drunk to spend time with his fools
    If you get confused: Listen to the Music Play
    Please don't Chat/PM me for help, unless mod related
    SG-4860 24.11 | Lab VMs 2.7.2, 24.11

    1 Reply Last reply Reply Quote 0
    • G
      Gertjan @networknotwork
      last edited by Dec 28, 2021, 3:30 PM

      @networknotwork said in How to disable bell on SSH connections:

      difficult to find stuff specific for tcsh/FreeBSD

      It's here https://www.freebsd.org/cgi/man.cgi?tcsh(1).

      I've been looking for the beep one myself quiet often, and was thrown of track because what the first line in /etc/passws says : your shell is /bin/sh

      But ... when 'root' (or 'admin') logs in, /bin/sh uses /root/.profile that will kick of /etc/rc.initial. rc.initial shows the 'asccii pfsense' menu.
      Option 8 of this script will kick of another shell, this time /bin/tcsh

      Btw : files like /root/.tcshrc will get overwritten what updating / upgrading and maybe during other circumstances.

      No "help me" PM's please. Use the forum, the community will thank you.
      Edit : and where are the logs ??

      J N 2 Replies Last reply Dec 28, 2021, 3:32 PM Reply Quote 0
      • J
        johnpoz LAYER 8 Global Moderator @Gertjan
        last edited by Dec 28, 2021, 3:32 PM

        @gertjan said in How to disable bell on SSH connections:

        files like /root/.tcshrc will get overwritten what updating / upgrading and maybe during other circumstances.

        quite true.. so need to keep that in mind going forward.

        An intelligent man is sometimes forced to be drunk to spend time with his fools
        If you get confused: Listen to the Music Play
        Please don't Chat/PM me for help, unless mod related
        SG-4860 24.11 | Lab VMs 2.7.2, 24.11

        N 1 Reply Last reply Dec 28, 2021, 3:35 PM Reply Quote 0
        • N
          networknotwork @johnpoz
          last edited by Dec 28, 2021, 3:35 PM

          @johnpoz maybe you guys should just add this to the default .tcshrc :-) I doubt anyone likes the bell!

          J 1 Reply Last reply Dec 28, 2021, 3:52 PM Reply Quote 0
          • N
            networknotwork @Gertjan
            last edited by Dec 28, 2021, 3:48 PM

            @gertjan I think /bin/sh in passwd is there for some weird compatibility/historical reasons; it’s usually symlinked to another shell like tcsh/bash in the file system, I don’t think any distro still uses the original sh; the default on FreeBSD is tcsh

            G 1 Reply Last reply Dec 28, 2021, 4:03 PM Reply Quote 0
            • J
              johnpoz LAYER 8 Global Moderator @networknotwork
              last edited by Dec 28, 2021, 3:52 PM

              @networknotwork said in How to disable bell on SSH connections:

              I doubt anyone likes the bell!

              hehehe - you never know ;) But sure you could put in a feature request to have that as an option you could turn off or on in the gui..

              They have it where you can turn off the bootup/shutdown beep

              notifications.jpg

              I would think they could add a option where you configure ssh access to disable that beep ;)

              An intelligent man is sometimes forced to be drunk to spend time with his fools
              If you get confused: Listen to the Music Play
              Please don't Chat/PM me for help, unless mod related
              SG-4860 24.11 | Lab VMs 2.7.2, 24.11

              N 1 Reply Last reply Dec 28, 2021, 5:27 PM Reply Quote 0
              • G
                Gertjan @networknotwork
                last edited by Dec 28, 2021, 4:03 PM

                @networknotwork said in How to disable bell on SSH connections:

                I don’t think any distro still uses the original sh

                Think again.

                dump /bin/sh yourself.
                The binary will ID itself to you.
                It no sym link.

                It's 'sh'.

                No "help me" PM's please. Use the forum, the community will thank you.
                Edit : and where are the logs ??

                N 1 Reply Last reply Dec 28, 2021, 5:29 PM Reply Quote 0
                • N
                  networknotwork @johnpoz
                  last edited by Dec 28, 2021, 5:27 PM

                  @johnpoz is there a feature request/bug report board? Couldn't find one. Anway, while editing .tcshrc I found a bug: it checks for $term == "xterm" to set key bindings, it should be $term =~ "xterm" to account for xterm-256color etc.

                  Command line editing wasn't working properly before I made this change, inserting appeared like it was overwriting (not pushing rest of line to the right as I typed) but was actually inserting my typed chars into the line.

                  J 1 Reply Last reply Dec 28, 2021, 5:30 PM Reply Quote 0
                  • N
                    networknotwork @Gertjan
                    last edited by Dec 28, 2021, 5:29 PM

                    @gertjan yeah, pfsense is the exception that proves the rule!

                    1 Reply Last reply Reply Quote 0
                    • J
                      johnpoz LAYER 8 Global Moderator @networknotwork
                      last edited by johnpoz Dec 28, 2021, 5:32 PM Dec 28, 2021, 5:30 PM

                      @networknotwork you can create a feature request over on https://redmine.pfsense.org/

                      And if you found a bug/issue or improvement in the .tcshrc you could put that in there as well.

                      edit: This has been a enlightening thread to be sure.. I learned a bit about making sure your actually awake when testing something ;) and also about the stupid bell thing hehe, and got me to update my local ssh client too.

                      An intelligent man is sometimes forced to be drunk to spend time with his fools
                      If you get confused: Listen to the Music Play
                      Please don't Chat/PM me for help, unless mod related
                      SG-4860 24.11 | Lab VMs 2.7.2, 24.11

                      1 Reply Last reply Reply Quote 0
                      23 out of 23
                      • First post
                        23/23
                        Last post
                      Copyright 2025 Rubicon Communications LLC (Netgate). All rights reserved.
                        This community forum collects and processes your personal information.
                        consent.not_received