search for: autologout

Displaying 12 results from an estimated 12 matches for "autologout".

2015 Oct 08
5
problem on exceptional quit
...Login via Mac, Windows, Linux systems from different computers. 2. Modify sshd_config on the server as suggested by many posts: TCPKeepAlive yes ClientAliveInterval 60 3. Modify ~/.ssh/config file on my local computer: Host * ServerAliveInterval 60 4. Login ssh using -Y instead of -X. 5. add ?unset autologout? in my .cshrc. 6. I checked IP address with the internet administrator, and it works well. 7. add a file named autologout.csh with ?set autologout=0?. Do you know a good solution? Thanks! Cheers, Hua ----------------------------- Hua Wang, Ph.D. in Geodesy Department of Surveying Engineering, G...
2015 Oct 08
0
problem on exceptional quit
...ead of -X. You didn't say what client OS you're using, but Fedora and CentOS set ForwardX11Trusted to "yes" by default, so "ssh -Y" is the same as "ssh -X". And even if it weren't, it wouldn't cause the problem you're seeing. > 5. add ?unset autologout? in my .cshrc. The error you're seeing won't be triggered by your shell exiting. > 6. I checked IP address with the internet administrator, and it works well. > 7. add a file named autologout.csh with ?set autologout=0?. >
2009 Dec 15
2
member (In use)
...CAUSE=${HANGUPCAUSE}); // NoOp(AVAILSTATUS=${AVAILSTATUS}); // if (${DIALSTATUS} = NOANSWER && ${DIALEDTIME} >= 7) // make sure it actually rang { &AutoLogout(${EXTEN},${DIALSTATUS}); } else if (${AVAILSTATUS} = AST_DEVICE_INVALID || ${AVAILSTATUS} = AST_DEVICE_UNAVAILABLE || ${DIALSTATUS} = CONGESTION || ${DIALSTATUS} = CHANUNAVAIL) { NoOp(PCmedicInfo...
2002 Aug 30
1
Idle SSH session disconnects
...n pages, past mailing list discussions, and still cannot find any explanation for the disconnects. I can keep a telnet session through a VPN up for days, but an SSH session to the same host through the internet dies after a few, or perhaps a couple of hours. There is no firewall NAT to expire, no autologout setup, etc.--none of the usual explanations I have found apply. Can anyone help explain this situation? Thanks, Jim Cunning
2009 Jun 30
0
Asterisk & Adit 600 Configuration
...e = yes line => aaln/3 line => aaln/2 line => aaln/1 Extensions.conf [default] exten = 3412,1,Dial(MGCP/aaln/1 at AFSWestAdit600) exten = 3413,1,Dial(MGCP/aaln/1 at AFSWestAdit600) exten = 3414,1,Dial(MGCP/aaln/1 at AFSWestAdit600) Adit Config set verification off set 6 autologout 0 -set 6 password view {password} is manual -set 6 password config {password} is manual -set 6 password admin {password} is manual -set 6 enhanced security enable is manual -set 6 password security {password} is manual set 6 priority tos 0xFC 0xB8 delete 6 remote "RemoteUnit&q...
2012 Oct 17
2
Disconnected for inactivity time.
Hello, After 10 mins of unactivity of pop3 , dovecot disconnect the user (-ERR Disconnected for inactivity.) What is the option in the config file which control the unactivity logout time ? becuase i want to decrease the inactivity time To 5 mins instead of 10 mins Please advise Robert JR
2006 Apr 18
2
OpenSSH and Idle Timeouts
Theo et al., I've looked back through the OpenSSH mailing lists and am stumped as to why there is no IdleTimeout option for OpenSSH. (Normally the omission of a feature as useful as this generates much debate and flame-quashing from the dev. team). Is there some background to this that I'm missing? Here's the scenario, and I'm fully open to any workarounds. We use a
2012 Jun 01
3
dovecot stats: useful data to gather
...ions - total number STARTTLS sessions - total number of currently connected users (pop3/pop3s/imap/imaps/managesieve) - login names of connected users (not really stats, but great for actions regarding those uses e.g. force logout) - total number logout commands/time - total number BYE responses (autologout) Mailbox state - Inflow rate (number incoming messages/time) - Deleted rate (number \Deleted flagged messages/time) - Expunge rate (number Expunge operations/time) - total number current messages mailboxes normal storage - total number current messages mailboxes alt storage - total number read mes...
2007 Apr 24
1
locking questions
I have Dovecot 1.0 in trial use by the IT staff, and have some locking questions Background, the mail server runs procmail, sendmail and NFS exports the user homedir and mailbox to a) a login shell host and b) a mailing list services host. It runs UWIMAP on the usual ports and dovecot on a arbitrary port number. Because of concern with NFS and file access contention. I have the following
2005 Mar 14
5
aha! (was apple mail vs. v0.99)
it seems that when you say "check for new mail" in apple mail, it sends a NOOP to the imap server to get the response. in uw, the conversation is something like: 25 NOOP 25 OK NOOP completed 26 NOOP * 2796 EXISTS * 7 RECENT 26 OK NOOP completed however, with dovecot, if it has already notified the client that new mail has arrived, it will look something like: * 24 EXISTS * 2 RECENT
2008 Apr 28
6
Strange behaviour of winbind on solaris 8
Dear All, I came across a really strange behaviour when using winbind on solaris 8. Normally "nscd" should be turned off because it's causing problems in the username resolution etc. When I turn it off I can login e.g. using ssh as an AD users but when i start a command like "ls" it gets put in the background immediately? When "nscd" is turn on and login again I
2019 Sep 10
3
[PATCH 0/2] Remove virt-p2v from libguestfs
Now that virt-p2v has its own repository [1] and releases [2], it is time to remove it from libguestfs. [1] https://github.com/libguestfs/virt-p2v [2] http://download.libguestfs.org/virt-p2v/ Pino Toscano (2): Remove virt-p2v Remove remaining virt-p2v bits .gitignore | 4 - Makefile.am | 7 +- bash/Makefile.am