summary refs log tree commit diff stats
path: root/results/classifier/zero-shot/105/network/1067
blob: c838503ebed772d26e806ef5e3468625245dff1f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
network: 0.882
graphic: 0.865
device: 0.848
instruction: 0.760
socket: 0.713
vnc: 0.679
boot: 0.573
semantic: 0.550
assembly: 0.366
mistranslation: 0.317
other: 0.179
KVM: 0.015

SSH QEMU ISSUE by using with MacOs
Description of problem:
ssh connection between Qemu Image and Guest Host (MacOS) broken down after few minutes
Steps to reproduce:
1. Take the Qemu window and external ssh connection to backround, \
   wait until few minutes and the connection are frozen. \
   If we clicking to qemu window again, the ssh connection are available
Additional information:
The ssh connection settings by Macos: \
Host * \
AddKeysToAgent yes \
IdentityFile ~/.ssh/id_rsa \
IdentitiesOnly yes \
ServerAliveInterval 3600 \
TCPKeepAlive yes \
ServerAliveCountMax 2 \
\
\
SSH connection settings by Ubuntu Server:

Include /etc/ssh/sshd_config.d/*.conf \
\
#Port 22 \
#AddressFamily any \
#ListenAddress 0.0.0.0 \
#ListenAddress :: \
#HostKey /etc/ssh/ssh_host_rsa_key \
#HostKey /etc/ssh/ssh_host_ecdsa_key \
#HostKey /etc/ssh/ssh_host_ed25519_key \
#RekeyLimit default none \
#SyslogFacility AUTH \
#LogLevel INFO \
#LoginGraceTime 2m \
#PermitRootLogin prohibit-password \
#StrictModes yes \
#MaxAuthTries 6 \
#MaxSessions 10 \
#PubkeyAuthentication yes \
#Expect .ssh/authorized_keys2 to be disregarded by default in future. \
#AuthorizedKeysFile	.ssh/authorized_keys .ssh/authorized_keys2 \
#AuthorizedPrincipalsFile none \
#AuthorizedKeysCommand none \
#AuthorizedKeysCommandUser nobody \
#HostbasedAuthentication no \
#IgnoreUserKnownHosts no \
#IgnoreRhosts yes \
#PasswordAuthentication yes \
#PermitEmptyPasswords no \
ChallengeResponseAuthentication no \
#KerberosAuthentication no \
#KerberosOrLocalPasswd yes \
#KerberosTicketCleanup yes \
#KerberosGetAFSToken no \
#GSSAPIAuthentication no \
#GSSAPICleanupCredentials yes \
#GSSAPIStrictAcceptorCheck yes \
#GSSAPIKeyExchange no \
UsePAM yes \
#AllowAgentForwarding yes \
#AllowTcpForwarding yes \
#GatewayPorts no \
X11Forwarding yes \
#X11DisplayOffset 10 \
#X11UseLocalhost yes \
#PermitTTY yes \
PrintMotd no \
#PrintLastLog yes \
#TCPKeepAlive yes \
#PermitUserEnvironment no \
#Compression delayed \
#ClientAliveInterval 0 \
#ClientAliveCountMax 3 \
#UseDNS no \
#PidFile /var/run/sshd.pid \
#MaxStartups 10:30:100 \
#PermitTunnel no \
#ChrootDirectory none \
#VersionAddendum none \
#Banner none \
AcceptEnv LANG LC_* \
PasswordAuthentication yes \
ClientAliveInterval 600 \
TCPKeepAlive yes \
ClientAliveCountMax 10 \