search for: tmout

Displaying 20 results from an estimated 39 matches for "tmout".

Did you mean: timout
2021 Nov 10
7
[Bug 3362] New: [RFE] Implement a mechanism to disconnect idle users
https://bugzilla.mindrot.org/show_bug.cgi?id=3362 Bug ID: 3362 Summary: [RFE] Implement a mechanism to disconnect idle users Product: Portable OpenSSH Version: 8.8p1 Hardware: Other OS: Linux Status: NEW Severity: enhancement Priority: P5 Component: ssh Assignee:
2020 Jun 17
7
[Bug 3182] New: openssh-8.2 make ClientAliveCountMax=0 disable the connection
...f8e This modification indicates that the OpenSSH does not provide the function of exiting the client due to timeout after no operation is performed on the client for a long time. In most cases, a client that does not perform any operation responds to the heartbeat packets sent by the server. The TMOUT parameter in /etc/profile can implement this function. This parameter, however, is configurable on the client. We hope that OpenSSH can re-provide a parameter on the server to make the client that does not perform any operation exit due to timeout. -- You are receiving this mail because: You ar...
2020 May 29
8
[Bug 3172] New: Idle connections not closed automatically
https://bugzilla.mindrot.org/show_bug.cgi?id=3172 Bug ID: 3172 Summary: Idle connections not closed automatically Product: Portable OpenSSH Version: 8.2p1 Hardware: amd64 OS: Linux Status: NEW Severity: critical Priority: P5 Component: sshd Assignee: unassigned-bugs at
2017 Feb 01
3
Re: virt-p2v migration
...gt; http://libguestfs.org/virt-p2v.1.html#how-virt-p2v-works > > I don't know why the second connection has been dropped. Does the > conversion server have ssh timeouts enabled? Or bash timeouts? You > can check ClientAlive* settings in /etc/ssh/sshd_config. Also look > for TMOUT or TIMEOUT environment variables on the conversion server. > You can also look in the logs on the conversion server to see if the > ssh connection was dropped or forced to close, and why. > > Rich. > > -- > Richard Jones, Virtualization Group, Red Hat http://people.redhat.com/~...
2017 Feb 01
2
virt-p2v migration
Hi, I've been trying to migrate a physical host with two disks (the first, sda, is the OS disk and the second, sdb, is a data disk) into a VM, and it always fails on the second disk. The first disk, the OS disk, migrates fine, but when it starts on the second it fails almost straightaway with the following error: (0.00/100%)^Mqemu-img: Could not open '/var/tmp/v2vovl811e67.qcow2':
2010 Nov 12
2
Strange bug since 3.83 version
...cp server is configured: option option-128 code 128 = string; option option-129 code 129 = text; option space PXE; option PXE.mtftp-ip code 1 = ip-address; option PXE.mtftp-cport code 2 = unsigned integer 16; option PXE.mtftp-sport code 3 = unsigned integer 16; option PXE.mtftp-tmout code 4 = unsigned integer 8; option PXE.mtftp-delay code 5 = unsigned integer 8; .../... host computer-01 { hardware ethernet 00:27:0e:0a:d2:73; fixed-address 192.168.100.35; if substring (option vendor-class-identifier, 0, 9) = "PXEClient"...
2002 Sep 04
2
PXE-E55 ProxyDHCP - No reply to request on port 4011
...seconds a client must listen before trying to restart # a MTFTP transfer option space PXE; option PXE.mtftp-ip code 1 = ip-address; option PXE.mtftp-cport code 2 = unsigned integer 16; option PXE.mtftp-sport code 3 = unsigned integer 16; option PXE.mtftp-tmout code 4 = unsigned integer 8; option PXE.mtftp-delay code 5 = unsigned integer 8; option PXE.discovery-control code 6 = unsigned integer 8; option PXE.discovery-mcast-addr code 7 = ip-address; # option PXE.magic code 208 = string; # option PXE.configfile...
2018 Feb 13
4
Problem with ssh disconnecting
On 02/12/2018 07:24 PM, Liam O'Toole wrote: > On 2018-02-12, H <agents at meddatainc.com> wrote: >> Running CentOS 7 on workstation and having a problem with ssh >> disconnects. My ssh_config contains: >> >> Host * >> TCPKeepAlive yes >> ServerAliveInterval 30 >> ServerAliveCountMax 300 >> >> and sshd_config on the server contains:
2006 Sep 06
3
Intel Boot Agent: PXE-E32: TFTP open timeout for correctly configured tftp-hpa
...alss"; option domain-name-servers 10.0.0.1; allow booting; allow bootp; option space PXE; option PXE.mtftp-ip code 1 = ip-address; option PXE.mtftp-cport code 2 = unsigned integer 16; option PXE.mtftp-sport code 3 = unsigned integer 16; option PXE.mtftp-tmout code 4 = unsigned integer 8; option PXE.mtftp-delay code 5 = unsigned integer 8; option PXE.discovery-control code 6 = unsigned integer 8; option PXE.discovery-mcast-addr code 7 = ip-address; default-lease-time 600000; max-lease-time 720000; option subnet-mask 255.255....
2014 Mar 05
2
Cannot chain to another PXE server on the same subnet
...rev-domainname "in-addr.arpa."; ignore client-updates; ddns-updates on; option space PXE; option PXE.mtftp-ip?????????????? code 1 = ip-address; option PXE.mtftp-cport??????????? code 2 = unsigned integer 16; option PXE.mtftp-sport??????????? code 3 = unsigned integer 16; option PXE.mtftp-tmout??????????? code 4 = unsigned integer 8; option PXE.mtftp-delay??????????? code 5 = unsigned integer 8; option PXE.discovery-control????? code 6 = unsigned integer 8; option PXE.discovery-mcast-addr?? code 7 = ip-address; zone mydomain.org. { ? primary 10.215.144.31; } zone 215.10.in-addr.arpa. { ?...
2017 Feb 01
0
Re: virt-p2v migration
...o the second diagram here: http://libguestfs.org/virt-p2v.1.html#how-virt-p2v-works I don't know why the second connection has been dropped. Does the conversion server have ssh timeouts enabled? Or bash timeouts? You can check ClientAlive* settings in /etc/ssh/sshd_config. Also look for TMOUT or TIMEOUT environment variables on the conversion server. You can also look in the logs on the conversion server to see if the ssh connection was dropped or forced to close, and why. Rich. -- Richard Jones, Virtualization Group, Red Hat http://people.redhat.com/~rjones Read my programming and v...
2017 Feb 03
0
Re: virt-p2v migration
...tfs.org/virt-p2v.1.html#how-virt-p2v-works >> >> I don't know why the second connection has been dropped. Does the >> conversion server have ssh timeouts enabled? Or bash timeouts? You >> can check ClientAlive* settings in /etc/ssh/sshd_config. Also look >> for TMOUT or TIMEOUT environment variables on the conversion server. >> You can also look in the logs on the conversion server to see if the >> ssh connection was dropped or forced to close, and why. >> >> Rich. >> >> -- >> Richard Jones, Virtualization Group, Red Ha...
2018 Feb 13
0
Problem with ssh disconnecting
...transfers that may > take more than half an hour, simply restarting an ssh session is not > going to help since I will lose the file transfer. > I don't know if this would help but I had a similar issue and it turned out that there was a custom script in /etc/profile.d/ that contain TMOUT 900. You can also check in /etc/profile, usually, the security logs has something about the disconnects, of you can use wireshark or a similar tool to capture and analyse the packets. -- Earl Ramirez <earlaramirez at gmail.com> -------------- next part -------------- A non-text attachment...
2008 Jan 16
1
screen locking - pam and xscreensaver
For an out-of-box Centos install that utilizes PAM for xscreensaver within both gnome and kde, what factors would lead to xscreensaver not being able to properly unlock the user? I reviewed the logs and nothing helped. I performed ldd on xscreensaver and an ls -l on each dependency proved they were all there. The system uses local /etc/passwd and /etc/shadow files for authentication - no
2005 Sep 29
0
Re; Multihomed DHCP and PXE?
...-time 1800; ddns-update-style none; authoritative; allow bootp; allow booting; ### Static PXE Boot options ### option space PXE; option PXE.mtftp-ip code 1 = ip-address; option PXE.mtftp-cport code 2 = unsigned integer 16; option PXE.mtftp-sport code 3 = unsigned integer 16; option PXE.mtftp-tmout code 4 = unsigned integer 8; option PXE.mtftp-delay code 5 = unsigned integer 8; ### Global config per subnet ### subnet 192.168.15.0 netmask 255.255.255.0 { option domain-name-servers 192.168.15.2, 192.168.15.3; option routers 192.168.15.1; } subnet 1...
2004 Apr 20
1
A question on idletimeout for OpenSSH
Hello.. I would like to know if there is a keyword in OpenSSH analogous to IdleTimeout for SSH1. Is there the ability to configure an idle timeout in OpenSSH? Thanks in advance for your response Amba Giri Symbol Technologies, San Jose P: 408-528-2721 E:agiri at sj.symbol.com Symbol. The Enterprise Mobility Company.
2004 Sep 20
1
SSH - tool
...remote_user remote_host" - this session is stuck ( wait input from user - password). What we need to perform exactly for "ssh" command so it will fail in case it wait input ( in "scp" command we use '-B' flag )? 2. Description: For time out limit we use TMOUT in ksh , timeout in tcl and expect . Please explain how we can define timeout in ssh tool? 3. When I connect to remote user at the first time I get the following message : The authenticity of host '<remote_machine> (XXX.XXX.XXX.XXX)' can't be established. RSA key finger...
2008 Nov 21
1
Force close on unattended SSH/SFTP connections
...and it's not always easy to know when the client side is "unattended," but I'd like to know where people drew the line and what people did in the past. ClientAliveInterval only seem to help reap connections when the client side is unreachable, so this doesn't really help. TMOUT in shell achieves what I want with SSH, but this doesn't help with SFTP. Setting net.ipv4.tcp_keepalive_probes to 0 kind of does what I want (ServerAliveInterval ruins it), and I'm not sure if that's generally accepted practice. If this could be achieved in OpenSSH, that would be g...
2011 Aug 13
1
How do I disable auto-logout ....
.... I have a 64-bit CentOS 5.6 VM running on a 64-bit FC14 host. I notice that it has an automatic logout feature after a period of idleness, see below: [wam at centos-5, CFD, 5:52:45pm] 1183 % ll -tr LIST LIST.Update /usr/local/bin/P* /usr/local/bin/*WAM* ; ps -u wam -lf ; uname -a ; date ls: No match. F S UID PID PPID C PRI NI P SZ:RSS WCHAN STIME TTY TIME CMD 5 S
2006 Jul 20
0
new feature MaxIdleTime
...minutes and 10 Seconds after last interaction During such a session a user may start different programms inside the login shell, i.e. midnight commander or our special service tools. If the service employee forgets to close all these programms then the shell environment variable TMOUT won't work for us. I discussed the topic in [2]tech at openbsd.org first and one poster ment, I should discuss it now here. Important: If the parameter is unused or set to 0 the behavior of "ssh" should be unchanged in compare with before. If it is used the behavior sho...