Initial commit
This commit is contained in:
25
docker-compose.yaml
Executable file
25
docker-compose.yaml
Executable file
@@ -0,0 +1,25 @@
|
||||
|
||||
services:
|
||||
openssh-server:
|
||||
image: ghcr.io/linuxserver/openssh-server:latest
|
||||
container_name: tunnelConnector
|
||||
hostname: openssh-server
|
||||
network_mode: host
|
||||
ports:
|
||||
- "2222:2222" # publish container’s 2222 to host 2222
|
||||
- "9000:9000" # publish container’s 9000 (for reverse tunnel)
|
||||
|
||||
environment:
|
||||
- PUID=1000 # set to your user id on the host
|
||||
- PGID=1000 # set to your group id on the host
|
||||
- TZ=Europe/Zurich # or your timezone
|
||||
- PASSWORD_ACCESS=false
|
||||
- USER_NAME=tunnel # optional: set a custom SSH username (default: linuxserver.io)
|
||||
- SUDO_ACCESS=false # optional: set true to grant sudo (consider security)
|
||||
volumes:
|
||||
# Persisted config folder (recommended by the image)
|
||||
- ./server:/config
|
||||
# Explicit (and clear) one-file mounts; keep them for readability/intent
|
||||
#- ./server/sshd_config:/config/ssh/sshd_config:ro
|
||||
#- ./server/authorized_keys:/config/.ssh/authorized_keys:ro
|
||||
restart: unless-stopped
|
||||
2
server/.bash_history
Normal file
2
server/.bash_history
Normal file
@@ -0,0 +1,2 @@
|
||||
exit
|
||||
exit
|
||||
5
server/.ssh/authorized_keys
Normal file
5
server/.ssh/authorized_keys
Normal file
@@ -0,0 +1,5 @@
|
||||
ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAACAQCdWY9oM6TMqGda68U0YDCA5Whk8iFAP4Uhe/4zqnhldKrXX0bdmDmEWujh3Wz1QaZu5BNwLDWnh6ofyCeouYzk8YtMYAg741DPosV1dkpuvx0I32KhTBEpw4Vts4hVcmNp8bLTEa7b15MJV3YlGgvplxDOFB1ezMSnAsRwBjkjCrsR6W/clg7q+c+RHZnQI0ksvpnJqU8MIx77x24JfRruzz5s0vARKxiKqIVCmd9DN1af+O6oK2kn3Mu8cRlJMFCusI+AJ0iuB8d1/aEQRM60tfw803J+sPTtiG3r1brpn5nXRhqfrchOdWn6z0Y2LF0XTphwfgBVQYxlrkmnLDjSafBMuQw+yg1ceuhuP8RIMTXI+GuiJeo2KJtyTAXpfcgnerf2TFLhmsPi5LZtsIwA7CAN871bxGsOZ14rO0U0tMEhmQ7nOuFmppbPt2PP6hn0jpVtyb14YPQ22/GtTYSC2fYF71erYQfOL9frXWXhQabpa4rcX0LDWiYlptpRxDu6BWJIGu12QyacLAWAffxlFpXEMcncCbY2SB5v6aO2BJDD8izH2aa8cC1uKz1Ul+4vZPFuvZBkjouG+cDLWjvN7ymMOepMMxjNsXp4+LV2gZp52NXi6BH7nMiQyZOYZNsaEAR99eYzNAZsd0uDYjE4P6oYz6OGrIf/0up0Mp4MyQ== cl01\kech@01-KW-S0206
|
||||
ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIAHfyWUg0SP4Znr3SPx4/pPWik5fir/c1cYXiOxVQ++R tunnel@ThinkCentre
|
||||
ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAICbGFAHmdhLTT7pjBVctgyIpBkVAwaJCsrDEnTSfnLu1 cl01\kech@01-KW-S0206
|
||||
ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAICbGFAHmdhLTT7pjBVctgyIpBkVAwaJCsrDEnTSfnLu1 cl01\kech@01-KW-S0206
|
||||
ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAILP5T/XHnB7sEQgvryFLbI26PWPXU4yogfVFxCGweNtc tunnel
|
||||
1
server/.ssh/id_ed25519.pub
Executable file
1
server/.ssh/id_ed25519.pub
Executable file
@@ -0,0 +1 @@
|
||||
ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAICbGFAHmdhLTT7pjBVctgyIpBkVAwaJCsrDEnTSfnLu1 cl01\kech@01-KW-S0206
|
||||
1
server/.ssh/tunnel_ed25519.pub
Executable file
1
server/.ssh/tunnel_ed25519.pub
Executable file
@@ -0,0 +1 @@
|
||||
ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAILP5T/XHnB7sEQgvryFLbI26PWPXU4yogfVFxCGweNtc tunnel
|
||||
1
server/logs/loginfo.txt
Normal file
1
server/logs/loginfo.txt
Normal file
@@ -0,0 +1 @@
|
||||
The current log file is named "current". The rotated log files are gzipped, named with a TAI64N timestamp and a ".s" extension
|
||||
3
server/logs/openssh/@40000000694eccb71e5d61ef.u
Normal file
3
server/logs/openssh/@40000000694eccb71e5d61ef.u
Normal file
@@ -0,0 +1,3 @@
|
||||
2025-12-26 18:50:21.237847337 Server listening on 0.0.0.0 port 22.
|
||||
2025-12-26 18:50:21.237889229 Server listening on :: port 22.
|
||||
2025-12-26 18:50:21.237895892 Couldn't create pid file "/run/sshd.pid": Permission denied
|
||||
722
server/logs/openssh/current
Normal file
722
server/logs/openssh/current
Normal file
@@ -0,0 +1,722 @@
|
||||
2025-12-26 18:57:38.519114289 Server listening on 0.0.0.0 port 2222.
|
||||
2025-12-26 18:57:38.519159756 Server listening on :: port 2222.
|
||||
2025-12-26 18:57:38.519166936 Couldn't create pid file "/run/sshd.pid": Permission denied
|
||||
2025-12-26 18:57:38.522278960 Connection to localhost (::1) 2222 port [tcp/*] succeeded!
|
||||
2025-12-26 18:57:38.527478270 Connection closed by ::1 port 39996
|
||||
2025-12-26 18:58:00.041064139 Accepted publickey for tunnel from 172.19.0.1 port 49454 ssh2: ED25519 SHA256:Xa7KHwhZemiWxkR0DTZ8oTJ512VYK4bEGRSPWU316nA
|
||||
2025-12-26 18:58:00.064614522 Attempt to write login records by non-root user (aborting)
|
||||
2025-12-26 18:59:45.009524148 Attempt to write login records by non-root user (aborting)
|
||||
2025-12-26 18:59:45.010308189 Received disconnect from 172.19.0.1 port 49454:11: disconnected by user
|
||||
2025-12-26 18:59:45.010922019 Disconnected from user tunnel 172.19.0.1 port 49454
|
||||
2025-12-26 19:00:00.759036929 Received signal 15; terminating.
|
||||
2025-12-26 19:00:48.943168061 Server listening on 0.0.0.0 port 2222.
|
||||
2025-12-26 19:00:48.943209733 Server listening on :: port 2222.
|
||||
2025-12-26 19:00:48.943216316 Couldn't create pid file "/run/sshd.pid": Permission denied
|
||||
2025-12-26 19:00:48.946740039 Connection to localhost (::1) 2222 port [tcp/*] succeeded!
|
||||
2025-12-26 19:00:48.951719703 Connection closed by ::1 port 52420
|
||||
2025-12-26 19:00:52.916363505 Accepted publickey for tunnel from 172.19.0.1 port 55378 ssh2: ED25519 SHA256:Xa7KHwhZemiWxkR0DTZ8oTJ512VYK4bEGRSPWU316nA
|
||||
2025-12-26 19:00:52.963768604 Attempt to write login records by non-root user (aborting)
|
||||
2025-12-26 19:00:57.745379661 Attempt to write login records by non-root user (aborting)
|
||||
2025-12-26 19:00:57.746167795 Received disconnect from 172.19.0.1 port 55378:11: disconnected by user
|
||||
2025-12-26 19:00:57.746718435 Disconnected from user tunnel 172.19.0.1 port 55378
|
||||
2025-12-26 21:01:38.544275738 Received signal 15; terminating.
|
||||
2025-12-26 21:01:42.111196707 Server listening on 0.0.0.0 port 2222.
|
||||
2025-12-26 21:01:42.111223313 Server listening on :: port 2222.
|
||||
2025-12-26 21:01:42.111226077 Couldn't create pid file "/run/sshd.pid": Permission denied
|
||||
2025-12-26 21:01:42.114308543 Connection to localhost (::1) 2222 port [tcp/*] succeeded!
|
||||
2025-12-26 21:01:42.119213841 Connection closed by ::1 port 46376
|
||||
2025-12-26 21:04:23.749776284 Accepted publickey for tunnel from 10.0.0.39 port 51706 ssh2: ED25519 SHA256:8zuoKejF8Kn/kWXTm8lR33K0OvmV50aOiXVoQr96M5A
|
||||
2025-12-26 21:04:23.772801946 Attempt to write login records by non-root user (aborting)
|
||||
2025-12-26 21:04:40.679803105 Attempt to write login records by non-root user (aborting)
|
||||
2025-12-26 21:04:40.685321605 Received disconnect from 10.0.0.39 port 51706:11: disconnected by user
|
||||
2025-12-26 21:04:40.685936857 Disconnected from user tunnel 10.0.0.39 port 51706
|
||||
2025-12-26 21:54:40.912321334 Accepted publickey for tunnel from 10.0.0.39 port 59815 ssh2: ED25519 SHA256:8zuoKejF8Kn/kWXTm8lR33K0OvmV50aOiXVoQr96M5A
|
||||
2025-12-26 21:56:05.365377907 banner exchange: Connection from 10.0.0.39 port 56007: invalid format
|
||||
2025-12-26 21:56:06.434671637 banner exchange: Connection from 10.0.0.39 port 63543: invalid format
|
||||
2025-12-26 21:56:07.493012947 banner exchange: Connection from 10.0.0.39 port 56884: invalid format
|
||||
2025-12-26 21:56:12.526319235 banner exchange: Connection from 10.0.0.39 port 63825: invalid format
|
||||
2025-12-26 21:57:13.866741715 Connection closed by 10.0.0.39 port 56659
|
||||
2025-12-26 21:58:01.932049856 Received signal 15; terminating.
|
||||
2025-12-26 21:58:05.561458882 Server listening on 0.0.0.0 port 2222.
|
||||
2025-12-26 21:58:05.561489389 Server listening on :: port 2222.
|
||||
2025-12-26 21:58:05.561492490 Couldn't create pid file "/run/sshd.pid": Permission denied
|
||||
2025-12-26 21:58:05.565020165 Connection to localhost (::1) 2222 port [tcp/*] succeeded!
|
||||
2025-12-26 21:58:05.569984779 Connection closed by ::1 port 37290
|
||||
2025-12-26 21:58:05.894507654 Accepted publickey for tunnel from 10.0.0.39 port 62930 ssh2: ED25519 SHA256:8zuoKejF8Kn/kWXTm8lR33K0OvmV50aOiXVoQr96M5A
|
||||
2025-12-26 21:58:23.489333192 Received disconnect from 10.0.0.39 port 62930:11: disconnected by user
|
||||
2025-12-26 21:58:23.489464540 Disconnected from user tunnel 10.0.0.39 port 62930
|
||||
2025-12-26 21:58:24.532127131 Accepted publickey for tunnel from 10.0.0.39 port 62964 ssh2: ED25519 SHA256:8zuoKejF8Kn/kWXTm8lR33K0OvmV50aOiXVoQr96M5A
|
||||
2025-12-26 22:03:49.125753131 Received signal 15; terminating.
|
||||
2025-12-26 22:04:04.214342718 Server listening on 0.0.0.0 port 2222.
|
||||
2025-12-26 22:04:04.214398644 Server listening on :: port 2222.
|
||||
2025-12-26 22:04:04.214402075 Couldn't create pid file "/run/sshd.pid": Permission denied
|
||||
2025-12-26 22:04:04.217403818 Connection to localhost (::1) 2222 port [tcp/*] succeeded!
|
||||
2025-12-26 22:04:04.222691338 Connection closed by ::1 port 58204
|
||||
2025-12-26 22:04:05.106779291 Accepted publickey for tunnel from 10.0.0.39 port 54737 ssh2: ED25519 SHA256:8zuoKejF8Kn/kWXTm8lR33K0OvmV50aOiXVoQr96M5A
|
||||
2025-12-26 22:07:41.815768033 Received signal 15; terminating.
|
||||
2025-12-26 22:07:51.307422341 Server listening on 0.0.0.0 port 2222.
|
||||
2025-12-26 22:07:51.307467623 Server listening on :: port 2222.
|
||||
2025-12-26 22:07:51.307474697 Couldn't create pid file "/run/sshd.pid": Permission denied
|
||||
2025-12-26 22:07:51.310421433 Connection to localhost (::1) 2222 port [tcp/*] succeeded!
|
||||
2025-12-26 22:07:51.315653110 Connection closed by ::1 port 33386
|
||||
2025-12-26 22:07:51.725877153 Connection closed by authenticating user tunnel 10.0.0.39 port 64350 [preauth]
|
||||
2025-12-26 22:07:52.022171051 Connection closed by authenticating user tunnel 10.0.0.39 port 64358 [preauth]
|
||||
2025-12-26 22:07:52.236669401 Connection closed by authenticating user tunnel 10.0.0.39 port 64359 [preauth]
|
||||
2025-12-26 22:07:52.536278510 Connection closed by authenticating user tunnel 10.0.0.39 port 64360 [preauth]
|
||||
2025-12-26 22:07:52.552307594 drop connection #0 from [10.0.0.39]:64361 on [172.19.0.2]:2222 penalty: failed authentication
|
||||
2025-12-26 22:07:53.583885965 drop connection #0 from [10.0.0.39]:64362 on [172.19.0.2]:2222 penalty: failed authentication
|
||||
2025-12-26 22:07:55.617586039 drop connection #0 from [10.0.0.39]:64363 on [172.19.0.2]:2222 penalty: failed authentication
|
||||
2025-12-26 22:07:58.656518113 drop connection #0 from [10.0.0.39]:64368 on [172.19.0.2]:2222 penalty: failed authentication
|
||||
2025-12-26 22:08:02.691959489 drop connection #0 from [10.0.0.39]:64369 on [172.19.0.2]:2222 penalty: failed authentication
|
||||
2025-12-26 22:08:08.737275010 drop connection #0 from [10.0.0.39]:64374 on [172.19.0.2]:2222 penalty: failed authentication
|
||||
2025-12-26 22:08:17.016963650 Connection closed by authenticating user tunnel 10.0.0.39 port 58364 [preauth]
|
||||
2025-12-26 22:08:27.379602771 Connection closed by authenticating user tunnel 10.0.0.39 port 56984 [preauth]
|
||||
2025-12-26 22:08:39.617379736 Connection closed by authenticating user tunnel 10.0.0.39 port 56995 [preauth]
|
||||
2025-12-26 22:08:53.889753784 Connection closed by authenticating user tunnel 10.0.0.39 port 55167 [preauth]
|
||||
2025-12-26 22:09:10.154715987 Connection closed by authenticating user tunnel 10.0.0.39 port 49860 [preauth]
|
||||
2025-12-26 22:09:29.420809491 Connection closed by authenticating user tunnel 10.0.0.39 port 62573 [preauth]
|
||||
2025-12-26 22:09:35.450330021 Connection closed by authenticating user tunnel 10.0.0.39 port 62575 [preauth]
|
||||
2025-12-26 22:09:35.663739786 Connection closed by authenticating user tunnel 10.0.0.39 port 62576 [preauth]
|
||||
2025-12-26 22:09:35.899408799 Connection closed by authenticating user tunnel 10.0.0.39 port 62577 [preauth]
|
||||
2025-12-26 22:09:36.146140755 Connection closed by authenticating user tunnel 10.0.0.39 port 62578 [preauth]
|
||||
2025-12-26 22:09:36.169176605 drop connection #0 from [10.0.0.39]:62579 on [172.19.0.2]:2222 penalty: failed authentication
|
||||
2025-12-26 22:09:36.195291374 drop connection #0 from [10.0.0.39]:62580 on [172.19.0.2]:2222 penalty: failed authentication
|
||||
2025-12-26 22:09:36.225892732 drop connection #0 from [10.0.0.39]:62581 on [172.19.0.2]:2222 penalty: failed authentication
|
||||
2025-12-26 22:09:36.252579418 drop connection #0 from [10.0.0.39]:62582 on [172.19.0.2]:2222 penalty: failed authentication
|
||||
2025-12-26 22:09:36.280613202 drop connection #0 from [10.0.0.39]:62583 on [172.19.0.2]:2222 penalty: failed authentication
|
||||
2025-12-26 22:09:37.406707283 drop connection #0 from [10.0.0.39]:62584 on [172.19.0.2]:2222 penalty: failed authentication
|
||||
2025-12-26 22:09:39.453632664 drop connection #0 from [10.0.0.39]:62589 on [172.19.0.2]:2222 penalty: failed authentication
|
||||
2025-12-26 22:09:42.526950705 drop connection #0 from [10.0.0.39]:62591 on [172.19.0.2]:2222 penalty: failed authentication
|
||||
2025-12-26 22:09:46.568445542 drop connection #0 from [10.0.0.39]:62593 on [172.19.0.2]:2222 penalty: failed authentication
|
||||
2025-12-26 22:09:52.664794303 drop connection #0 from [10.0.0.39]:62598 on [172.19.0.2]:2222 penalty: failed authentication
|
||||
2025-12-26 22:10:00.923645798 Connection closed by authenticating user tunnel 10.0.0.39 port 62603 [preauth]
|
||||
2025-12-26 22:10:11.160073188 Connection closed by authenticating user tunnel 10.0.0.39 port 61164 [preauth]
|
||||
2025-12-26 22:10:23.482627121 Connection closed by authenticating user tunnel 10.0.0.39 port 53336 [preauth]
|
||||
2025-12-26 22:10:38.058061026 Connection closed by authenticating user tunnel 10.0.0.39 port 53342 [preauth]
|
||||
2025-12-26 22:10:54.294992595 Connection closed by authenticating user tunnel 10.0.0.39 port 53351 [preauth]
|
||||
2025-12-26 22:11:13.558393436 Connection closed by authenticating user tunnel 10.0.0.39 port 53361 [preauth]
|
||||
2025-12-26 22:11:35.910843302 Connection closed by authenticating user tunnel 10.0.0.39 port 55573 [preauth]
|
||||
2025-12-26 22:12:01.167779776 Accepted publickey for tunnel from 10.0.0.39 port 55594 ssh2: ED25519 SHA256:8zuoKejF8Kn/kWXTm8lR33K0OvmV50aOiXVoQr96M5A
|
||||
2025-12-26 22:12:09.274177148 Received signal 15; terminating.
|
||||
2025-12-26 22:12:12.868447641 Server listening on 0.0.0.0 port 2222.
|
||||
2025-12-26 22:12:12.868476216 Server listening on :: port 2222.
|
||||
2025-12-26 22:12:12.868479004 Couldn't create pid file "/run/sshd.pid": Permission denied
|
||||
2025-12-26 22:12:12.871885406 Connection to localhost (::1) 2222 port [tcp/*] succeeded!
|
||||
2025-12-26 22:12:12.876907753 Connection closed by ::1 port 54758
|
||||
2025-12-26 22:12:32.491405357 Accepted publickey for tunnel from 10.0.0.39 port 61309 ssh2: ED25519 SHA256:8zuoKejF8Kn/kWXTm8lR33K0OvmV50aOiXVoQr96M5A
|
||||
2025-12-26 22:18:55.992201607 Received signal 15; terminating.
|
||||
2025-12-26 22:18:59.663337720 Server listening on 0.0.0.0 port 2222.
|
||||
2025-12-26 22:18:59.663401861 Server listening on :: port 2222.
|
||||
2025-12-26 22:18:59.663404971 Couldn't create pid file "/run/sshd.pid": Permission denied
|
||||
2025-12-26 22:18:59.668516783 Connection to localhost (::1) 2222 port [tcp/*] succeeded!
|
||||
2025-12-26 22:18:59.684089285 Connection closed by ::1 port 34866
|
||||
2025-12-26 22:18:59.942544605 Accepted publickey for tunnel from 10.0.0.39 port 54189 ssh2: ED25519 SHA256:8zuoKejF8Kn/kWXTm8lR33K0OvmV50aOiXVoQr96M5A
|
||||
2025-12-26 22:19:04.916888583 Received disconnect from 10.0.0.39 port 54189:11: disconnected by user
|
||||
2025-12-26 22:19:04.917002221 Disconnected from user tunnel 10.0.0.39 port 54189
|
||||
2025-12-26 22:19:05.654168379 Accepted publickey for tunnel from 10.0.0.39 port 54194 ssh2: ED25519 SHA256:8zuoKejF8Kn/kWXTm8lR33K0OvmV50aOiXVoQr96M5A
|
||||
2025-12-26 22:19:57.923658361 Received signal 15; terminating.
|
||||
2025-12-26 22:20:01.533911185 Server listening on 0.0.0.0 port 2222.
|
||||
2025-12-26 22:20:01.533938219 Server listening on :: port 2222.
|
||||
2025-12-26 22:20:01.533941111 Couldn't create pid file "/run/sshd.pid": Permission denied
|
||||
2025-12-26 22:20:01.537287719 Connection to localhost (::1) 2222 port [tcp/*] succeeded!
|
||||
2025-12-26 22:20:01.542298637 Connection closed by ::1 port 54680
|
||||
2025-12-26 22:20:01.804255293 Accepted publickey for tunnel from 10.0.0.39 port 50921 ssh2: ED25519 SHA256:8zuoKejF8Kn/kWXTm8lR33K0OvmV50aOiXVoQr96M5A
|
||||
2025-12-26 22:20:19.466157315 Received disconnect from 10.0.0.39 port 50921:11: disconnected by user
|
||||
2025-12-26 22:20:19.466224460 Disconnected from user tunnel 10.0.0.39 port 50921
|
||||
2025-12-26 22:20:20.220519028 Accepted publickey for tunnel from 10.0.0.39 port 50944 ssh2: ED25519 SHA256:8zuoKejF8Kn/kWXTm8lR33K0OvmV50aOiXVoQr96M5A
|
||||
2025-12-27 06:42:41.576271613 Read error from remote host 10.0.0.39 port 50944: Connection reset by peer
|
||||
2025-12-27 06:42:42.619858432 Accepted publickey for tunnel from 10.0.0.39 port 60186 ssh2: ED25519 SHA256:8zuoKejF8Kn/kWXTm8lR33K0OvmV50aOiXVoQr96M5A
|
||||
2025-12-27 08:00:19.022817467 Read error from remote host 10.0.0.39 port 60186: Connection reset by peer
|
||||
2025-12-27 08:00:36.656327175 Accepted publickey for tunnel from 10.0.0.39 port 64277 ssh2: ED25519 SHA256:8zuoKejF8Kn/kWXTm8lR33K0OvmV50aOiXVoQr96M5A
|
||||
2025-12-27 08:34:31.028051065 Accepted publickey for tunnel from 10.0.0.39 port 49280 ssh2: ED25519 SHA256:8zuoKejF8Kn/kWXTm8lR33K0OvmV50aOiXVoQr96M5A
|
||||
2025-12-27 08:34:31.044495754 bind [0.0.0.0]:4080: Address in use
|
||||
2025-12-27 08:34:31.044499474 channel_setup_fwd_listener_tcpip: cannot listen to port: 4080
|
||||
2025-12-27 08:34:31.293271464 Connection closed by 10.0.0.39 port 49280
|
||||
2025-12-27 08:34:31.672251148 Accepted publickey for tunnel from 10.0.0.39 port 64148 ssh2: ED25519 SHA256:8zuoKejF8Kn/kWXTm8lR33K0OvmV50aOiXVoQr96M5A
|
||||
2025-12-27 08:34:31.798404901 bind [0.0.0.0]:4080: Address in use
|
||||
2025-12-27 08:34:31.798414186 channel_setup_fwd_listener_tcpip: cannot listen to port: 4080
|
||||
2025-12-27 08:34:31.866198478 Connection closed by 10.0.0.39 port 64148
|
||||
2025-12-27 08:34:32.094268889 Accepted publickey for tunnel from 10.0.0.39 port 63898 ssh2: ED25519 SHA256:8zuoKejF8Kn/kWXTm8lR33K0OvmV50aOiXVoQr96M5A
|
||||
2025-12-27 08:34:32.138630415 bind [0.0.0.0]:4080: Address in use
|
||||
2025-12-27 08:34:32.138639919 channel_setup_fwd_listener_tcpip: cannot listen to port: 4080
|
||||
2025-12-27 08:34:32.226635382 Connection closed by 10.0.0.39 port 63898
|
||||
2025-12-27 08:34:32.413489168 Accepted publickey for tunnel from 10.0.0.39 port 63905 ssh2: ED25519 SHA256:8zuoKejF8Kn/kWXTm8lR33K0OvmV50aOiXVoQr96M5A
|
||||
2025-12-27 08:34:32.419776497 bind [0.0.0.0]:4080: Address in use
|
||||
2025-12-27 08:34:32.419785230 channel_setup_fwd_listener_tcpip: cannot listen to port: 4080
|
||||
2025-12-27 08:34:32.474596488 Connection closed by 10.0.0.39 port 63905
|
||||
2025-12-27 08:34:32.699459271 Accepted publickey for tunnel from 10.0.0.39 port 54011 ssh2: ED25519 SHA256:8zuoKejF8Kn/kWXTm8lR33K0OvmV50aOiXVoQr96M5A
|
||||
2025-12-27 08:34:32.726401378 bind [0.0.0.0]:4080: Address in use
|
||||
2025-12-27 08:34:32.726410623 channel_setup_fwd_listener_tcpip: cannot listen to port: 4080
|
||||
2025-12-27 08:34:32.782521912 Connection closed by 10.0.0.39 port 54011
|
||||
2025-12-27 08:34:32.978137386 Accepted publickey for tunnel from 10.0.0.39 port 54021 ssh2: ED25519 SHA256:8zuoKejF8Kn/kWXTm8lR33K0OvmV50aOiXVoQr96M5A
|
||||
2025-12-27 08:34:32.984273149 bind [0.0.0.0]:4080: Address in use
|
||||
2025-12-27 08:34:32.984281651 channel_setup_fwd_listener_tcpip: cannot listen to port: 4080
|
||||
2025-12-27 08:34:33.206337020 Connection closed by 10.0.0.39 port 54021
|
||||
2025-12-27 08:34:33.359710592 Accepted publickey for tunnel from 10.0.0.39 port 54029 ssh2: ED25519 SHA256:8zuoKejF8Kn/kWXTm8lR33K0OvmV50aOiXVoQr96M5A
|
||||
2025-12-27 08:34:33.366561076 bind [0.0.0.0]:4080: Address in use
|
||||
2025-12-27 08:34:33.366569642 channel_setup_fwd_listener_tcpip: cannot listen to port: 4080
|
||||
2025-12-27 08:34:33.426468734 Connection closed by 10.0.0.39 port 54029
|
||||
2025-12-27 08:34:33.605243759 Accepted publickey for tunnel from 10.0.0.39 port 54031 ssh2: ED25519 SHA256:8zuoKejF8Kn/kWXTm8lR33K0OvmV50aOiXVoQr96M5A
|
||||
2025-12-27 08:34:33.612160023 bind [0.0.0.0]:4080: Address in use
|
||||
2025-12-27 08:34:33.612168516 channel_setup_fwd_listener_tcpip: cannot listen to port: 4080
|
||||
2025-12-27 08:34:33.671575281 Connection closed by 10.0.0.39 port 54031
|
||||
2025-12-27 08:34:33.795869523 Accepted publickey for tunnel from 10.0.0.39 port 54034 ssh2: ED25519 SHA256:8zuoKejF8Kn/kWXTm8lR33K0OvmV50aOiXVoQr96M5A
|
||||
2025-12-27 08:34:33.804909601 bind [0.0.0.0]:4080: Address in use
|
||||
2025-12-27 08:34:33.804912665 channel_setup_fwd_listener_tcpip: cannot listen to port: 4080
|
||||
2025-12-27 08:34:33.854393123 Connection closed by 10.0.0.39 port 54034
|
||||
2025-12-27 08:34:35.014090433 Accepted publickey for tunnel from 10.0.0.39 port 50273 ssh2: ED25519 SHA256:8zuoKejF8Kn/kWXTm8lR33K0OvmV50aOiXVoQr96M5A
|
||||
2025-12-27 08:34:35.021377308 bind [0.0.0.0]:4080: Address in use
|
||||
2025-12-27 08:34:35.021386149 channel_setup_fwd_listener_tcpip: cannot listen to port: 4080
|
||||
2025-12-27 08:34:35.080736170 Connection closed by 10.0.0.39 port 50273
|
||||
2025-12-27 08:34:37.346002871 Accepted publickey for tunnel from 10.0.0.39 port 51384 ssh2: ED25519 SHA256:8zuoKejF8Kn/kWXTm8lR33K0OvmV50aOiXVoQr96M5A
|
||||
2025-12-27 08:34:37.353196023 bind [0.0.0.0]:4080: Address in use
|
||||
2025-12-27 08:34:37.353204550 channel_setup_fwd_listener_tcpip: cannot listen to port: 4080
|
||||
2025-12-27 08:34:37.416937141 Connection closed by 10.0.0.39 port 51384
|
||||
2025-12-27 08:34:40.586557586 Accepted publickey for tunnel from 10.0.0.39 port 51395 ssh2: ED25519 SHA256:8zuoKejF8Kn/kWXTm8lR33K0OvmV50aOiXVoQr96M5A
|
||||
2025-12-27 08:34:40.596304558 bind [0.0.0.0]:4080: Address in use
|
||||
2025-12-27 08:34:40.596309077 channel_setup_fwd_listener_tcpip: cannot listen to port: 4080
|
||||
2025-12-27 08:34:40.652381699 Connection closed by 10.0.0.39 port 51395
|
||||
2025-12-27 08:34:44.798032542 Accepted publickey for tunnel from 10.0.0.39 port 51417 ssh2: ED25519 SHA256:8zuoKejF8Kn/kWXTm8lR33K0OvmV50aOiXVoQr96M5A
|
||||
2025-12-27 08:34:44.807562746 bind [0.0.0.0]:4080: Address in use
|
||||
2025-12-27 08:34:44.807571997 channel_setup_fwd_listener_tcpip: cannot listen to port: 4080
|
||||
2025-12-27 08:34:44.865244489 Connection closed by 10.0.0.39 port 51417
|
||||
2025-12-27 08:34:50.997868102 Accepted publickey for tunnel from 10.0.0.39 port 51427 ssh2: ED25519 SHA256:8zuoKejF8Kn/kWXTm8lR33K0OvmV50aOiXVoQr96M5A
|
||||
2025-12-27 08:34:51.006038719 bind [0.0.0.0]:4080: Address in use
|
||||
2025-12-27 08:34:51.006047648 channel_setup_fwd_listener_tcpip: cannot listen to port: 4080
|
||||
2025-12-27 08:34:51.064450804 Connection closed by 10.0.0.39 port 51427
|
||||
2025-12-27 08:34:59.198594141 Accepted publickey for tunnel from 10.0.0.39 port 64104 ssh2: ED25519 SHA256:8zuoKejF8Kn/kWXTm8lR33K0OvmV50aOiXVoQr96M5A
|
||||
2025-12-27 08:34:59.207015286 bind [0.0.0.0]:4080: Address in use
|
||||
2025-12-27 08:34:59.207023765 channel_setup_fwd_listener_tcpip: cannot listen to port: 4080
|
||||
2025-12-27 08:34:59.266386321 Connection closed by 10.0.0.39 port 64104
|
||||
2025-12-27 08:35:09.522918884 Accepted publickey for tunnel from 10.0.0.39 port 64111 ssh2: ED25519 SHA256:8zuoKejF8Kn/kWXTm8lR33K0OvmV50aOiXVoQr96M5A
|
||||
2025-12-27 08:35:09.544712482 bind [0.0.0.0]:4080: Address in use
|
||||
2025-12-27 08:35:09.544722188 channel_setup_fwd_listener_tcpip: cannot listen to port: 4080
|
||||
2025-12-27 08:35:09.606165492 Connection closed by 10.0.0.39 port 64111
|
||||
2025-12-27 08:35:21.761619471 Accepted publickey for tunnel from 10.0.0.39 port 58792 ssh2: ED25519 SHA256:8zuoKejF8Kn/kWXTm8lR33K0OvmV50aOiXVoQr96M5A
|
||||
2025-12-27 08:35:21.769190408 bind [0.0.0.0]:4080: Address in use
|
||||
2025-12-27 08:35:21.769198636 channel_setup_fwd_listener_tcpip: cannot listen to port: 4080
|
||||
2025-12-27 08:35:21.832569518 Connection closed by 10.0.0.39 port 58792
|
||||
2025-12-27 08:35:36.016254492 Accepted publickey for tunnel from 10.0.0.39 port 58803 ssh2: ED25519 SHA256:8zuoKejF8Kn/kWXTm8lR33K0OvmV50aOiXVoQr96M5A
|
||||
2025-12-27 08:35:36.029254548 bind [0.0.0.0]:4080: Address in use
|
||||
2025-12-27 08:35:36.029258279 channel_setup_fwd_listener_tcpip: cannot listen to port: 4080
|
||||
2025-12-27 08:35:36.095309240 Connection closed by 10.0.0.39 port 58803
|
||||
2025-12-27 08:35:52.243208143 Accepted publickey for tunnel from 10.0.0.39 port 58817 ssh2: ED25519 SHA256:8zuoKejF8Kn/kWXTm8lR33K0OvmV50aOiXVoQr96M5A
|
||||
2025-12-27 08:35:52.252989224 bind [0.0.0.0]:4080: Address in use
|
||||
2025-12-27 08:35:52.252997684 channel_setup_fwd_listener_tcpip: cannot listen to port: 4080
|
||||
2025-12-27 08:35:52.304500181 Connection closed by 10.0.0.39 port 58817
|
||||
2025-12-27 08:36:11.441881036 Accepted publickey for tunnel from 10.0.0.39 port 58831 ssh2: ED25519 SHA256:8zuoKejF8Kn/kWXTm8lR33K0OvmV50aOiXVoQr96M5A
|
||||
2025-12-27 08:36:11.449600370 bind [0.0.0.0]:4080: Address in use
|
||||
2025-12-27 08:36:11.449609481 channel_setup_fwd_listener_tcpip: cannot listen to port: 4080
|
||||
2025-12-27 08:36:11.502551369 Connection closed by 10.0.0.39 port 58831
|
||||
2025-12-27 08:36:33.655160663 Accepted publickey for tunnel from 10.0.0.39 port 58839 ssh2: ED25519 SHA256:8zuoKejF8Kn/kWXTm8lR33K0OvmV50aOiXVoQr96M5A
|
||||
2025-12-27 08:36:33.661544185 bind [0.0.0.0]:4080: Address in use
|
||||
2025-12-27 08:36:33.661552628 channel_setup_fwd_listener_tcpip: cannot listen to port: 4080
|
||||
2025-12-27 08:36:33.717045349 Connection closed by 10.0.0.39 port 58839
|
||||
2025-12-27 08:36:58.877788966 Accepted publickey for tunnel from 10.0.0.39 port 58861 ssh2: ED25519 SHA256:8zuoKejF8Kn/kWXTm8lR33K0OvmV50aOiXVoQr96M5A
|
||||
2025-12-27 08:36:58.886309572 bind [0.0.0.0]:4080: Address in use
|
||||
2025-12-27 08:36:58.886312729 channel_setup_fwd_listener_tcpip: cannot listen to port: 4080
|
||||
2025-12-27 08:36:58.941944328 Connection closed by 10.0.0.39 port 58861
|
||||
2025-12-27 08:37:27.073960135 Accepted publickey for tunnel from 10.0.0.39 port 55833 ssh2: ED25519 SHA256:8zuoKejF8Kn/kWXTm8lR33K0OvmV50aOiXVoQr96M5A
|
||||
2025-12-27 08:37:27.082420927 bind [0.0.0.0]:4080: Address in use
|
||||
2025-12-27 08:37:27.082424031 channel_setup_fwd_listener_tcpip: cannot listen to port: 4080
|
||||
2025-12-27 08:37:27.144739559 Connection closed by 10.0.0.39 port 55833
|
||||
2025-12-27 08:37:57.294429108 Accepted publickey for tunnel from 10.0.0.39 port 60192 ssh2: ED25519 SHA256:8zuoKejF8Kn/kWXTm8lR33K0OvmV50aOiXVoQr96M5A
|
||||
2025-12-27 08:37:57.301312118 bind [0.0.0.0]:4080: Address in use
|
||||
2025-12-27 08:37:57.301321313 channel_setup_fwd_listener_tcpip: cannot listen to port: 4080
|
||||
2025-12-27 08:37:57.360995512 Connection closed by 10.0.0.39 port 60192
|
||||
2025-12-27 08:38:27.557279299 Accepted publickey for tunnel from 10.0.0.39 port 58749 ssh2: ED25519 SHA256:8zuoKejF8Kn/kWXTm8lR33K0OvmV50aOiXVoQr96M5A
|
||||
2025-12-27 08:38:27.569788193 bind [0.0.0.0]:4080: Address in use
|
||||
2025-12-27 08:38:27.569791992 channel_setup_fwd_listener_tcpip: cannot listen to port: 4080
|
||||
2025-12-27 08:38:27.631909971 Connection closed by 10.0.0.39 port 58749
|
||||
2025-12-27 08:38:57.833334970 Accepted publickey for tunnel from 10.0.0.39 port 58763 ssh2: ED25519 SHA256:8zuoKejF8Kn/kWXTm8lR33K0OvmV50aOiXVoQr96M5A
|
||||
2025-12-27 08:38:57.842474974 bind [0.0.0.0]:4080: Address in use
|
||||
2025-12-27 08:38:57.842483619 channel_setup_fwd_listener_tcpip: cannot listen to port: 4080
|
||||
2025-12-27 08:38:57.909341520 Connection closed by 10.0.0.39 port 58763
|
||||
2025-12-27 08:39:28.047304973 Accepted publickey for tunnel from 10.0.0.39 port 49156 ssh2: ED25519 SHA256:8zuoKejF8Kn/kWXTm8lR33K0OvmV50aOiXVoQr96M5A
|
||||
2025-12-27 08:39:28.054598337 bind [0.0.0.0]:4080: Address in use
|
||||
2025-12-27 08:39:28.054606856 channel_setup_fwd_listener_tcpip: cannot listen to port: 4080
|
||||
2025-12-27 08:39:28.104885177 Connection closed by 10.0.0.39 port 49156
|
||||
2025-12-27 08:39:58.260075733 Accepted publickey for tunnel from 10.0.0.39 port 62736 ssh2: ED25519 SHA256:8zuoKejF8Kn/kWXTm8lR33K0OvmV50aOiXVoQr96M5A
|
||||
2025-12-27 08:39:58.267037953 bind [0.0.0.0]:4080: Address in use
|
||||
2025-12-27 08:39:58.267046401 channel_setup_fwd_listener_tcpip: cannot listen to port: 4080
|
||||
2025-12-27 08:39:58.317409976 Connection closed by 10.0.0.39 port 62736
|
||||
2025-12-27 08:40:28.604519581 Accepted publickey for tunnel from 10.0.0.39 port 62750 ssh2: ED25519 SHA256:8zuoKejF8Kn/kWXTm8lR33K0OvmV50aOiXVoQr96M5A
|
||||
2025-12-27 08:40:28.610929161 bind [0.0.0.0]:4080: Address in use
|
||||
2025-12-27 08:40:28.610937480 channel_setup_fwd_listener_tcpip: cannot listen to port: 4080
|
||||
2025-12-27 08:40:28.662706665 Connection closed by 10.0.0.39 port 62750
|
||||
2025-12-27 08:40:58.901165465 Accepted publickey for tunnel from 10.0.0.39 port 62764 ssh2: ED25519 SHA256:8zuoKejF8Kn/kWXTm8lR33K0OvmV50aOiXVoQr96M5A
|
||||
2025-12-27 08:40:58.923305472 bind [0.0.0.0]:4080: Address in use
|
||||
2025-12-27 08:40:58.923314846 channel_setup_fwd_listener_tcpip: cannot listen to port: 4080
|
||||
2025-12-27 08:40:58.974759925 Connection closed by 10.0.0.39 port 62764
|
||||
2025-12-27 08:41:29.101369921 Accepted publickey for tunnel from 10.0.0.39 port 62779 ssh2: ED25519 SHA256:8zuoKejF8Kn/kWXTm8lR33K0OvmV50aOiXVoQr96M5A
|
||||
2025-12-27 08:41:29.110452705 bind [0.0.0.0]:4080: Address in use
|
||||
2025-12-27 08:41:29.110461917 channel_setup_fwd_listener_tcpip: cannot listen to port: 4080
|
||||
2025-12-27 08:41:29.160712262 Connection closed by 10.0.0.39 port 62779
|
||||
2025-12-27 08:41:59.394349704 Accepted publickey for tunnel from 10.0.0.39 port 52183 ssh2: ED25519 SHA256:8zuoKejF8Kn/kWXTm8lR33K0OvmV50aOiXVoQr96M5A
|
||||
2025-12-27 08:41:59.400583563 bind [0.0.0.0]:4080: Address in use
|
||||
2025-12-27 08:41:59.400592106 channel_setup_fwd_listener_tcpip: cannot listen to port: 4080
|
||||
2025-12-27 08:41:59.450394442 Connection closed by 10.0.0.39 port 52183
|
||||
2025-12-27 08:42:29.605740374 Accepted publickey for tunnel from 10.0.0.39 port 60606 ssh2: ED25519 SHA256:8zuoKejF8Kn/kWXTm8lR33K0OvmV50aOiXVoQr96M5A
|
||||
2025-12-27 08:42:29.612892461 bind [0.0.0.0]:4080: Address in use
|
||||
2025-12-27 08:42:29.612941105 channel_setup_fwd_listener_tcpip: cannot listen to port: 4080
|
||||
2025-12-27 08:42:29.664308099 Connection closed by 10.0.0.39 port 60606
|
||||
2025-12-27 08:42:59.824764983 Accepted publickey for tunnel from 10.0.0.39 port 59080 ssh2: ED25519 SHA256:8zuoKejF8Kn/kWXTm8lR33K0OvmV50aOiXVoQr96M5A
|
||||
2025-12-27 08:42:59.830815130 bind [0.0.0.0]:4080: Address in use
|
||||
2025-12-27 08:42:59.830823502 channel_setup_fwd_listener_tcpip: cannot listen to port: 4080
|
||||
2025-12-27 08:42:59.881725041 Connection closed by 10.0.0.39 port 59080
|
||||
2025-12-27 08:43:30.016240983 Accepted publickey for tunnel from 10.0.0.39 port 53086 ssh2: ED25519 SHA256:8zuoKejF8Kn/kWXTm8lR33K0OvmV50aOiXVoQr96M5A
|
||||
2025-12-27 08:43:30.026742584 bind [0.0.0.0]:4080: Address in use
|
||||
2025-12-27 08:43:30.026750972 channel_setup_fwd_listener_tcpip: cannot listen to port: 4080
|
||||
2025-12-27 08:43:30.076464506 Connection closed by 10.0.0.39 port 53086
|
||||
2025-12-27 08:44:00.239848280 Accepted publickey for tunnel from 10.0.0.39 port 53105 ssh2: ED25519 SHA256:8zuoKejF8Kn/kWXTm8lR33K0OvmV50aOiXVoQr96M5A
|
||||
2025-12-27 08:44:00.248213911 bind [0.0.0.0]:4080: Address in use
|
||||
2025-12-27 08:44:00.248223075 channel_setup_fwd_listener_tcpip: cannot listen to port: 4080
|
||||
2025-12-27 08:44:00.300441711 Connection closed by 10.0.0.39 port 53105
|
||||
2025-12-27 08:44:30.547462645 Accepted publickey for tunnel from 10.0.0.39 port 53118 ssh2: ED25519 SHA256:8zuoKejF8Kn/kWXTm8lR33K0OvmV50aOiXVoQr96M5A
|
||||
2025-12-27 08:44:30.553560180 bind [0.0.0.0]:4080: Address in use
|
||||
2025-12-27 08:44:30.553568781 channel_setup_fwd_listener_tcpip: cannot listen to port: 4080
|
||||
2025-12-27 08:44:30.611749262 Connection closed by 10.0.0.39 port 53118
|
||||
2025-12-27 08:45:00.749498342 Accepted publickey for tunnel from 10.0.0.39 port 53138 ssh2: ED25519 SHA256:8zuoKejF8Kn/kWXTm8lR33K0OvmV50aOiXVoQr96M5A
|
||||
2025-12-27 08:45:00.759176094 bind [0.0.0.0]:4080: Address in use
|
||||
2025-12-27 08:45:00.759185639 channel_setup_fwd_listener_tcpip: cannot listen to port: 4080
|
||||
2025-12-27 08:45:00.823144343 Connection closed by 10.0.0.39 port 53138
|
||||
2025-12-27 08:45:31.103282855 Accepted publickey for tunnel from 10.0.0.39 port 49667 ssh2: ED25519 SHA256:8zuoKejF8Kn/kWXTm8lR33K0OvmV50aOiXVoQr96M5A
|
||||
2025-12-27 08:45:31.109117269 bind [0.0.0.0]:4080: Address in use
|
||||
2025-12-27 08:45:31.109125811 channel_setup_fwd_listener_tcpip: cannot listen to port: 4080
|
||||
2025-12-27 08:45:31.164004014 Connection closed by 10.0.0.39 port 49667
|
||||
2025-12-27 08:46:01.323670305 Accepted publickey for tunnel from 10.0.0.39 port 63584 ssh2: ED25519 SHA256:8zuoKejF8Kn/kWXTm8lR33K0OvmV50aOiXVoQr96M5A
|
||||
2025-12-27 08:46:01.330986071 bind [0.0.0.0]:4080: Address in use
|
||||
2025-12-27 08:46:01.330995066 channel_setup_fwd_listener_tcpip: cannot listen to port: 4080
|
||||
2025-12-27 08:46:01.387496819 Connection closed by 10.0.0.39 port 63584
|
||||
2025-12-27 08:46:31.584490858 Accepted publickey for tunnel from 10.0.0.39 port 63602 ssh2: ED25519 SHA256:8zuoKejF8Kn/kWXTm8lR33K0OvmV50aOiXVoQr96M5A
|
||||
2025-12-27 08:46:31.591749201 bind [0.0.0.0]:4080: Address in use
|
||||
2025-12-27 08:46:31.591757769 channel_setup_fwd_listener_tcpip: cannot listen to port: 4080
|
||||
2025-12-27 08:46:31.655223747 Connection closed by 10.0.0.39 port 63602
|
||||
2025-12-27 08:47:02.075040037 Accepted publickey for tunnel from 10.0.0.39 port 62175 ssh2: ED25519 SHA256:8zuoKejF8Kn/kWXTm8lR33K0OvmV50aOiXVoQr96M5A
|
||||
2025-12-27 08:47:02.103638730 bind [0.0.0.0]:4080: Address in use
|
||||
2025-12-27 08:47:02.103647924 channel_setup_fwd_listener_tcpip: cannot listen to port: 4080
|
||||
2025-12-27 08:47:02.165074633 Connection closed by 10.0.0.39 port 62175
|
||||
2025-12-27 08:47:32.316954512 Accepted publickey for tunnel from 10.0.0.39 port 62202 ssh2: ED25519 SHA256:8zuoKejF8Kn/kWXTm8lR33K0OvmV50aOiXVoQr96M5A
|
||||
2025-12-27 08:47:32.326609629 bind [0.0.0.0]:4080: Address in use
|
||||
2025-12-27 08:47:32.326617920 channel_setup_fwd_listener_tcpip: cannot listen to port: 4080
|
||||
2025-12-27 08:47:32.389923957 Connection closed by 10.0.0.39 port 62202
|
||||
2025-12-27 08:48:02.595516584 Accepted publickey for tunnel from 10.0.0.39 port 62219 ssh2: ED25519 SHA256:8zuoKejF8Kn/kWXTm8lR33K0OvmV50aOiXVoQr96M5A
|
||||
2025-12-27 08:48:02.603123164 bind [0.0.0.0]:4080: Address in use
|
||||
2025-12-27 08:48:02.603131747 channel_setup_fwd_listener_tcpip: cannot listen to port: 4080
|
||||
2025-12-27 08:48:02.661918701 Connection closed by 10.0.0.39 port 62219
|
||||
2025-12-27 08:48:32.803259652 Accepted publickey for tunnel from 10.0.0.39 port 62238 ssh2: ED25519 SHA256:8zuoKejF8Kn/kWXTm8lR33K0OvmV50aOiXVoQr96M5A
|
||||
2025-12-27 08:48:32.810424468 bind [0.0.0.0]:4080: Address in use
|
||||
2025-12-27 08:48:32.810433019 channel_setup_fwd_listener_tcpip: cannot listen to port: 4080
|
||||
2025-12-27 08:48:32.862440202 Connection closed by 10.0.0.39 port 62238
|
||||
2025-12-27 08:49:03.011837762 Accepted publickey for tunnel from 10.0.0.39 port 62252 ssh2: ED25519 SHA256:8zuoKejF8Kn/kWXTm8lR33K0OvmV50aOiXVoQr96M5A
|
||||
2025-12-27 08:49:03.022318721 bind [0.0.0.0]:4080: Address in use
|
||||
2025-12-27 08:49:03.022327207 channel_setup_fwd_listener_tcpip: cannot listen to port: 4080
|
||||
2025-12-27 08:49:03.077102287 Connection closed by 10.0.0.39 port 62252
|
||||
2025-12-27 08:49:23.099852836 Received signal 15; terminating.
|
||||
2025-12-27 08:49:26.707003182 Server listening on 0.0.0.0 port 2222.
|
||||
2025-12-27 08:49:26.707032669 Server listening on :: port 2222.
|
||||
2025-12-27 08:49:26.707035675 Couldn't create pid file "/run/sshd.pid": Permission denied
|
||||
2025-12-27 08:49:26.710067616 Connection to localhost (::1) 2222 port [tcp/*] succeeded!
|
||||
2025-12-27 08:49:26.715042051 Connection closed by ::1 port 49512
|
||||
2025-12-27 08:49:33.242550160 Accepted publickey for tunnel from 10.0.0.39 port 62266 ssh2: ED25519 SHA256:8zuoKejF8Kn/kWXTm8lR33K0OvmV50aOiXVoQr96M5A
|
||||
2025-12-27 08:50:28.688396317 Accepted publickey for tunnel from 10.0.0.39 port 50768 ssh2: ED25519 SHA256:iSsWVIMWJYuyC4vLzARyIEQhphqOuWpbxai8gIxLfE8
|
||||
2025-12-27 08:50:28.725251802 Attempt to write login records by non-root user (aborting)
|
||||
2025-12-27 08:51:29.459460281 Attempt to write login records by non-root user (aborting)
|
||||
2025-12-27 08:51:29.474791640 Received disconnect from 10.0.0.39 port 50768:11: disconnected by user
|
||||
2025-12-27 08:51:29.475313173 Disconnected from user tunnel 10.0.0.39 port 50768
|
||||
2025-12-27 08:53:28.535558610 Received disconnect from 10.0.0.39 port 62266:11: disconnected by user
|
||||
2025-12-27 08:53:28.535694955 Disconnected from user tunnel 10.0.0.39 port 62266
|
||||
2025-12-27 09:14:37.600667605 Accepted publickey for tunnel from 10.0.0.39 port 49704 ssh2: ED25519 SHA256:iSsWVIMWJYuyC4vLzARyIEQhphqOuWpbxai8gIxLfE8
|
||||
2025-12-27 09:14:37.629569824 Attempt to write login records by non-root user (aborting)
|
||||
2025-12-27 09:14:47.475315766 Attempt to write login records by non-root user (aborting)
|
||||
2025-12-27 09:14:47.479621736 Received disconnect from 10.0.0.39 port 49704:11: disconnected by user
|
||||
2025-12-27 09:14:47.480183991 Disconnected from user tunnel 10.0.0.39 port 49704
|
||||
2025-12-27 09:16:08.167037762 Accepted publickey for tunnel from 10.0.0.39 port 60037 ssh2: ED25519 SHA256:iSsWVIMWJYuyC4vLzARyIEQhphqOuWpbxai8gIxLfE8
|
||||
2025-12-27 09:18:08.713420036 Received disconnect from 10.0.0.39 port 60037:11: disconnected by user
|
||||
2025-12-27 09:18:08.713659498 Disconnected from user tunnel 10.0.0.39 port 60037
|
||||
2025-12-27 09:18:54.360256192 Accepted publickey for tunnel from 10.0.0.39 port 49835 ssh2: ED25519 SHA256:iSsWVIMWJYuyC4vLzARyIEQhphqOuWpbxai8gIxLfE8
|
||||
2025-12-27 09:19:03.551400357 Received disconnect from 10.0.0.39 port 49835:11: disconnected by user
|
||||
2025-12-27 09:19:03.551612396 Disconnected from user tunnel 10.0.0.39 port 49835
|
||||
2025-12-27 09:19:14.557071328 Accepted publickey for tunnel from 10.0.0.39 port 49859 ssh2: ED25519 SHA256:iSsWVIMWJYuyC4vLzARyIEQhphqOuWpbxai8gIxLfE8
|
||||
2025-12-27 09:19:16.013444430 Received disconnect from 10.0.0.39 port 49859:11: disconnected by user
|
||||
2025-12-27 09:19:16.013578553 Disconnected from user tunnel 10.0.0.39 port 49859
|
||||
2025-12-27 09:19:18.418873583 Accepted publickey for tunnel from 10.0.0.39 port 49861 ssh2: ED25519 SHA256:iSsWVIMWJYuyC4vLzARyIEQhphqOuWpbxai8gIxLfE8
|
||||
2025-12-27 09:27:31.535146799 Received signal 15; terminating.
|
||||
2025-12-27 09:27:35.240173021 Server listening on 0.0.0.0 port 2222.
|
||||
2025-12-27 09:27:35.240201310 Server listening on :: port 2222.
|
||||
2025-12-27 09:27:35.240208426 Couldn't create pid file "/run/sshd.pid": Permission denied
|
||||
2025-12-27 09:27:35.243671996 Connection to localhost (::1) 2222 port [tcp/*] succeeded!
|
||||
2025-12-27 09:27:35.248730457 Connection closed by ::1 port 53280
|
||||
2025-12-27 09:27:42.561579609 Accepted publickey for tunnel from 10.0.0.39 port 62778 ssh2: ED25519 SHA256:iSsWVIMWJYuyC4vLzARyIEQhphqOuWpbxai8gIxLfE8
|
||||
2025-12-27 09:30:42.892174786 Accepted publickey for tunnel from 10.0.0.39 port 62472 ssh2: ED25519 SHA256:iSsWVIMWJYuyC4vLzARyIEQhphqOuWpbxai8gIxLfE8
|
||||
2025-12-27 09:30:42.904336467 bind [0.0.0.0]:8080: Address in use
|
||||
2025-12-27 09:30:42.904368582 channel_setup_fwd_listener_tcpip: cannot listen to port: 8080
|
||||
2025-12-27 09:31:25.762645708 Received disconnect from 10.0.0.39 port 62472:11: disconnected by user
|
||||
2025-12-27 09:31:25.762752755 Disconnected from user tunnel 10.0.0.39 port 62472
|
||||
2025-12-27 09:31:43.774271972 Accepted publickey for tunnel from 10.0.0.39 port 52379 ssh2: ED25519 SHA256:iSsWVIMWJYuyC4vLzARyIEQhphqOuWpbxai8gIxLfE8
|
||||
2025-12-27 09:31:43.797700704 bind [0.0.0.0]:8080: Address in use
|
||||
2025-12-27 09:31:43.797721282 channel_setup_fwd_listener_tcpip: cannot listen to port: 8080
|
||||
2025-12-27 09:32:06.254426194 Received signal 15; terminating.
|
||||
2025-12-27 09:32:09.885925867 Server listening on 0.0.0.0 port 2222.
|
||||
2025-12-27 09:32:09.885955334 Server listening on :: port 2222.
|
||||
2025-12-27 09:32:09.885958641 Couldn't create pid file "/run/sshd.pid": Permission denied
|
||||
2025-12-27 09:32:09.889326191 Connection to localhost (::1) 2222 port [tcp/*] succeeded!
|
||||
2025-12-27 09:32:09.894218047 Connection closed by ::1 port 45492
|
||||
2025-12-27 09:32:14.340483800 Accepted publickey for tunnel from 10.0.0.39 port 64647 ssh2: ED25519 SHA256:iSsWVIMWJYuyC4vLzARyIEQhphqOuWpbxai8gIxLfE8
|
||||
2025-12-27 09:32:48.659967720 Received signal 15; terminating.
|
||||
2025-12-27 09:32:52.322571401 Server listening on 0.0.0.0 port 2222.
|
||||
2025-12-27 09:32:52.322600322 Server listening on :: port 2222.
|
||||
2025-12-27 09:32:52.322603363 Couldn't create pid file "/run/sshd.pid": Permission denied
|
||||
2025-12-27 09:32:52.325958352 Connection to localhost (::1) 2222 port [tcp/*] succeeded!
|
||||
2025-12-27 09:32:52.330974893 Connection closed by ::1 port 57708
|
||||
2025-12-27 09:34:32.946241532 Accepted publickey for tunnel from 10.0.0.39 port 57341 ssh2: ED25519 SHA256:iSsWVIMWJYuyC4vLzARyIEQhphqOuWpbxai8gIxLfE8
|
||||
2025-12-27 09:36:23.571030547 Received disconnect from 10.0.0.39 port 57341:11: disconnected by user
|
||||
2025-12-27 09:36:23.571191445 Disconnected from user tunnel 10.0.0.39 port 57341
|
||||
2025-12-27 09:36:29.503120978 Accepted publickey for tunnel from 10.0.0.39 port 57397 ssh2: ED25519 SHA256:iSsWVIMWJYuyC4vLzARyIEQhphqOuWpbxai8gIxLfE8
|
||||
2025-12-27 09:37:29.306571835 Received disconnect from 10.0.0.39 port 57397:11: disconnected by user
|
||||
2025-12-27 09:37:29.306773735 Disconnected from user tunnel 10.0.0.39 port 57397
|
||||
2025-12-27 10:06:38.537887366 Accepted publickey for tunnel from 10.0.0.39 port 63517 ssh2: ED25519 SHA256:iSsWVIMWJYuyC4vLzARyIEQhphqOuWpbxai8gIxLfE8
|
||||
2025-12-27 10:06:47.080246420 Received disconnect from 10.0.0.39 port 63517:11: disconnected by user
|
||||
2025-12-27 10:06:47.080528350 Disconnected from user tunnel 10.0.0.39 port 63517
|
||||
2025-12-27 10:06:49.438289981 Accepted publickey for tunnel from 10.0.0.39 port 63523 ssh2: ED25519 SHA256:iSsWVIMWJYuyC4vLzARyIEQhphqOuWpbxai8gIxLfE8
|
||||
2025-12-27 10:07:26.384278220 Received disconnect from 10.0.0.39 port 63523:11: disconnected by user
|
||||
2025-12-27 10:07:26.384478298 Disconnected from user tunnel 10.0.0.39 port 63523
|
||||
2025-12-27 10:07:35.052294813 Invalid user chk from 10.0.0.39 port 56170
|
||||
2025-12-27 10:07:35.117119240 Connection reset by invalid user chk 10.0.0.39 port 56170 [preauth]
|
||||
2025-12-27 10:08:19.769546842 Accepted publickey for tunnel from 10.0.0.39 port 50584 ssh2: ED25519 SHA256:iSsWVIMWJYuyC4vLzARyIEQhphqOuWpbxai8gIxLfE8
|
||||
2025-12-27 10:08:41.260134044 Received disconnect from 10.0.0.39 port 50584:11: disconnected by user
|
||||
2025-12-27 10:08:41.260237896 Disconnected from user tunnel 10.0.0.39 port 50584
|
||||
2025-12-27 10:09:04.753185998 Accepted publickey for tunnel from 10.0.0.39 port 64078 ssh2: ED25519 SHA256:iSsWVIMWJYuyC4vLzARyIEQhphqOuWpbxai8gIxLfE8
|
||||
2025-12-27 10:09:05.737186753 Received disconnect from 10.0.0.39 port 64078:11: disconnected by user
|
||||
2025-12-27 10:09:05.737263033 Disconnected from user tunnel 10.0.0.39 port 64078
|
||||
2025-12-27 10:09:11.840620388 Accepted publickey for tunnel from 10.0.0.39 port 64079 ssh2: ED25519 SHA256:iSsWVIMWJYuyC4vLzARyIEQhphqOuWpbxai8gIxLfE8
|
||||
2025-12-27 10:10:43.685691261 Received disconnect from 10.0.0.39 port 64079:11: disconnected by user
|
||||
2025-12-27 10:10:43.685764264 Disconnected from user tunnel 10.0.0.39 port 64079
|
||||
2025-12-27 10:10:46.590711846 Accepted publickey for tunnel from 10.0.0.39 port 49262 ssh2: ED25519 SHA256:iSsWVIMWJYuyC4vLzARyIEQhphqOuWpbxai8gIxLfE8
|
||||
2025-12-27 10:16:47.163875640 Received disconnect from 10.0.0.39 port 49262:11: disconnected by user
|
||||
2025-12-27 10:16:47.164056063 Disconnected from user tunnel 10.0.0.39 port 49262
|
||||
2025-12-27 10:16:51.509583082 Accepted publickey for tunnel from 10.0.0.39 port 54763 ssh2: ED25519 SHA256:iSsWVIMWJYuyC4vLzARyIEQhphqOuWpbxai8gIxLfE8
|
||||
2025-12-27 10:20:30.232491556 Accepted publickey for tunnel from 10.0.0.39 port 52491 ssh2: RSA SHA256:+eqCiZN7vvyRtUmejT5K8aUOzdL+N5orhHLqlRPdqF8
|
||||
2025-12-27 10:21:49.955931704 Received signal 15; terminating.
|
||||
2025-12-27 10:22:11.142900297 Server listening on 0.0.0.0 port 2222.
|
||||
2025-12-27 10:22:11.142958607 Server listening on :: port 2222.
|
||||
2025-12-27 10:22:11.142961707 Couldn't create pid file "/run/sshd.pid": Permission denied
|
||||
2025-12-27 10:22:11.146317949 Connection to localhost (::1) 2222 port [tcp/*] succeeded!
|
||||
2025-12-27 10:22:11.151222216 Connection closed by ::1 port 57008
|
||||
2025-12-27 10:22:22.483429144 Accepted publickey for tunnel from 10.0.0.39 port 61906 ssh2: ED25519 SHA256:iSsWVIMWJYuyC4vLzARyIEQhphqOuWpbxai8gIxLfE8
|
||||
2025-12-27 10:36:16.208314905 Received disconnect from 10.0.0.39 port 61906:11: disconnected by user
|
||||
2025-12-27 10:36:16.208630320 Disconnected from user tunnel 10.0.0.39 port 61906
|
||||
2025-12-27 10:45:44.076445255 Connection closed by authenticating user tunnel 10.0.0.56 port 58776 [preauth]
|
||||
2025-12-27 10:46:02.904705638 Connection closed by authenticating user tunnel 10.0.0.56 port 52980 [preauth]
|
||||
2025-12-27 10:48:55.534892962 Connection closed by authenticating user tunnel 10.0.0.56 port 38134 [preauth]
|
||||
2025-12-27 10:49:44.902396892 Connection closed by authenticating user tunnel 10.0.0.56 port 44138 [preauth]
|
||||
2025-12-27 10:51:15.969249121 Connection closed by authenticating user tunnel 10.0.0.56 port 51562 [preauth]
|
||||
2025-12-27 10:52:01.532638737 Accepted publickey for tunnel from 10.0.0.56 port 56302 ssh2: ED25519 SHA256:iSsWVIMWJYuyC4vLzARyIEQhphqOuWpbxai8gIxLfE8
|
||||
2025-12-27 10:52:42.983469035 Received disconnect from 10.0.0.56 port 56302:11: disconnected by user
|
||||
2025-12-27 10:52:42.983600443 Disconnected from user tunnel 10.0.0.56 port 56302
|
||||
2025-12-27 10:52:49.203345640 Accepted publickey for tunnel from 10.0.0.56 port 60142 ssh2: ED25519 SHA256:iSsWVIMWJYuyC4vLzARyIEQhphqOuWpbxai8gIxLfE8
|
||||
2025-12-27 10:57:08.713216941 Received disconnect from 10.0.0.56 port 60142:11: disconnected by user
|
||||
2025-12-27 10:57:08.713330665 Disconnected from user tunnel 10.0.0.56 port 60142
|
||||
2025-12-27 10:58:55.917957341 Received signal 15; terminating.
|
||||
2025-12-27 10:59:06.827230977 Server listening on 0.0.0.0 port 2222.
|
||||
2025-12-27 10:59:06.827279602 Server listening on :: port 2222.
|
||||
2025-12-27 10:59:06.827287092 Couldn't create pid file "/run/sshd.pid": Permission denied
|
||||
2025-12-27 10:59:06.829783864 Connection to localhost (::1) 2222 port [tcp/*] succeeded!
|
||||
2025-12-27 10:59:06.835273539 Connection closed by ::1 port 38536
|
||||
2025-12-27 10:59:13.379982640 Connection closed by authenticating user tunnel 10.0.0.56 port 42376 [preauth]
|
||||
2025-12-27 10:59:21.476466442 Accepted publickey for tunnel from 10.0.0.56 port 42378 ssh2: ED25519 SHA256:iSsWVIMWJYuyC4vLzARyIEQhphqOuWpbxai8gIxLfE8
|
||||
2025-12-27 11:02:09.132017542 Received signal 15; terminating.
|
||||
2025-12-27 11:02:12.863633955 Server listening on 0.0.0.0 port 2222.
|
||||
2025-12-27 11:02:12.863661091 Server listening on :: port 2222.
|
||||
2025-12-27 11:02:12.863664027 Couldn't create pid file "/run/sshd.pid": Permission denied
|
||||
2025-12-27 11:02:12.867001182 Connection to localhost (::1) 2222 port [tcp/*] succeeded!
|
||||
2025-12-27 11:02:12.872038938 Connection closed by ::1 port 43382
|
||||
2025-12-27 11:02:13.293234352 Accepted publickey for tunnel from 10.0.0.56 port 56594 ssh2: ED25519 SHA256:iSsWVIMWJYuyC4vLzARyIEQhphqOuWpbxai8gIxLfE8
|
||||
2025-12-27 11:03:48.191180390 Received signal 15; terminating.
|
||||
2025-12-27 11:03:55.038058930 Server listening on 0.0.0.0 port 2222.
|
||||
2025-12-27 11:03:55.038105082 Server listening on :: port 2222.
|
||||
2025-12-27 11:03:55.038111809 Couldn't create pid file "/run/sshd.pid": Permission denied
|
||||
2025-12-27 11:03:55.041273549 Connection to localhost (127.0.0.1) 2222 port [tcp/*] succeeded!
|
||||
2025-12-27 11:03:55.046192685 Connection closed by 127.0.0.1 port 36206
|
||||
2025-12-27 11:04:00.907543249 Accepted publickey for tunnel from 10.0.0.56 port 51874 ssh2: ED25519 SHA256:iSsWVIMWJYuyC4vLzARyIEQhphqOuWpbxai8gIxLfE8
|
||||
2025-12-27 11:06:29.769192074 Received disconnect from 10.0.0.56 port 51874:11: disconnected by user
|
||||
2025-12-27 11:06:29.769303259 Disconnected from user tunnel 10.0.0.56 port 51874
|
||||
2025-12-27 11:06:39.614767683 Accepted publickey for tunnel from 10.0.0.56 port 36110 ssh2: ED25519 SHA256:iSsWVIMWJYuyC4vLzARyIEQhphqOuWpbxai8gIxLfE8
|
||||
2025-12-27 11:08:45.859831069 Received disconnect from 10.0.0.56 port 36110:11: disconnected by user
|
||||
2025-12-27 11:08:45.859934811 Disconnected from user tunnel 10.0.0.56 port 36110
|
||||
2025-12-27 11:41:42.609313059 Accepted publickey for tunnel from 10.0.0.56 port 34334 ssh2: ED25519 SHA256:iSsWVIMWJYuyC4vLzARyIEQhphqOuWpbxai8gIxLfE8
|
||||
2025-12-27 11:45:27.180201270 Received disconnect from 10.0.0.56 port 34334:11: disconnected by user
|
||||
2025-12-27 11:45:27.180320605 Disconnected from user tunnel 10.0.0.56 port 34334
|
||||
2025-12-27 11:50:19.732393510 Connection closed by 10.0.0.56 port 38218 [preauth]
|
||||
2025-12-27 11:50:20.795971860 Connection closed by 10.0.0.56 port 38222 [preauth]
|
||||
2025-12-27 11:50:21.913420686 Connection closed by 10.0.0.56 port 38228 [preauth]
|
||||
2025-12-27 11:50:23.203604425 Connection closed by 10.0.0.56 port 42136 [preauth]
|
||||
2025-12-27 11:50:24.922163363 Connection closed by 10.0.0.56 port 42138 [preauth]
|
||||
2025-12-27 11:50:27.420281544 Connection closed by 10.0.0.56 port 42142 [preauth]
|
||||
2025-12-27 11:50:31.547334638 Connection closed by 10.0.0.56 port 42156 [preauth]
|
||||
2025-12-27 11:50:38.856220570 Connection closed by 10.0.0.56 port 41232 [preauth]
|
||||
2025-12-27 11:50:52.631995383 Connection closed by 10.0.0.56 port 52102 [preauth]
|
||||
2025-12-27 11:51:19.255694365 Connection closed by 10.0.0.56 port 37370 [preauth]
|
||||
2025-12-27 11:51:47.086933422 Accepted publickey for tunnel from 10.0.0.56 port 39586 ssh2: ED25519 SHA256:iSsWVIMWJYuyC4vLzARyIEQhphqOuWpbxai8gIxLfE8
|
||||
2025-12-27 11:55:55.602630085 Accepted publickey for tunnel from 172.21.0.3 port 45602 ssh2: ED25519 SHA256:iSsWVIMWJYuyC4vLzARyIEQhphqOuWpbxai8gIxLfE8
|
||||
2025-12-27 11:55:55.624520643 bind [0.0.0.0]:9000: Address in use
|
||||
2025-12-27 11:55:55.624529592 channel_setup_fwd_listener_tcpip: cannot listen to port: 9000
|
||||
2025-12-27 11:55:55.667519910 Connection closed by 172.21.0.3 port 45602
|
||||
2025-12-27 11:55:56.678489920 Accepted publickey for tunnel from 172.21.0.3 port 45612 ssh2: ED25519 SHA256:iSsWVIMWJYuyC4vLzARyIEQhphqOuWpbxai8gIxLfE8
|
||||
2025-12-27 11:55:56.686245392 bind [0.0.0.0]:9000: Address in use
|
||||
2025-12-27 11:55:56.686262539 channel_setup_fwd_listener_tcpip: cannot listen to port: 9000
|
||||
2025-12-27 11:55:56.728398994 Connection closed by 172.21.0.3 port 45612
|
||||
2025-12-27 11:55:58.077300399 Accepted publickey for tunnel from 172.21.0.3 port 45614 ssh2: ED25519 SHA256:iSsWVIMWJYuyC4vLzARyIEQhphqOuWpbxai8gIxLfE8
|
||||
2025-12-27 11:55:58.086209134 bind [0.0.0.0]:9000: Address in use
|
||||
2025-12-27 11:55:58.086217012 channel_setup_fwd_listener_tcpip: cannot listen to port: 9000
|
||||
2025-12-27 11:55:58.128369943 Connection closed by 172.21.0.3 port 45614
|
||||
2025-12-27 11:55:59.531321614 Accepted publickey for tunnel from 172.21.0.3 port 45620 ssh2: ED25519 SHA256:iSsWVIMWJYuyC4vLzARyIEQhphqOuWpbxai8gIxLfE8
|
||||
2025-12-27 11:55:59.538231140 bind [0.0.0.0]:9000: Address in use
|
||||
2025-12-27 11:55:59.538239955 channel_setup_fwd_listener_tcpip: cannot listen to port: 9000
|
||||
2025-12-27 11:55:59.581421956 Connection closed by 172.21.0.3 port 45620
|
||||
2025-12-27 11:56:01.494106690 Accepted publickey for tunnel from 172.21.0.3 port 45634 ssh2: ED25519 SHA256:iSsWVIMWJYuyC4vLzARyIEQhphqOuWpbxai8gIxLfE8
|
||||
2025-12-27 11:56:01.500063075 bind [0.0.0.0]:9000: Address in use
|
||||
2025-12-27 11:56:01.500082279 channel_setup_fwd_listener_tcpip: cannot listen to port: 9000
|
||||
2025-12-27 11:56:01.541402429 Connection closed by 172.21.0.3 port 45634
|
||||
2025-12-27 11:56:04.257434351 Accepted publickey for tunnel from 172.21.0.3 port 47956 ssh2: ED25519 SHA256:iSsWVIMWJYuyC4vLzARyIEQhphqOuWpbxai8gIxLfE8
|
||||
2025-12-27 11:56:04.263952014 bind [0.0.0.0]:9000: Address in use
|
||||
2025-12-27 11:56:04.263960376 channel_setup_fwd_listener_tcpip: cannot listen to port: 9000
|
||||
2025-12-27 11:56:04.305498284 Connection closed by 172.21.0.3 port 47956
|
||||
2025-12-27 11:56:08.589949867 Accepted publickey for tunnel from 172.21.0.3 port 47958 ssh2: ED25519 SHA256:iSsWVIMWJYuyC4vLzARyIEQhphqOuWpbxai8gIxLfE8
|
||||
2025-12-27 11:56:08.596431947 bind [0.0.0.0]:9000: Address in use
|
||||
2025-12-27 11:56:08.596440000 channel_setup_fwd_listener_tcpip: cannot listen to port: 9000
|
||||
2025-12-27 11:56:08.638614152 Connection closed by 172.21.0.3 port 47958
|
||||
2025-12-27 11:56:16.324412886 Accepted publickey for tunnel from 172.21.0.3 port 36410 ssh2: ED25519 SHA256:iSsWVIMWJYuyC4vLzARyIEQhphqOuWpbxai8gIxLfE8
|
||||
2025-12-27 11:56:16.330689158 bind [0.0.0.0]:9000: Address in use
|
||||
2025-12-27 11:56:16.330697606 channel_setup_fwd_listener_tcpip: cannot listen to port: 9000
|
||||
2025-12-27 11:56:16.372178375 Connection closed by 172.21.0.3 port 36410
|
||||
2025-12-27 11:56:30.389939736 Accepted publickey for tunnel from 172.21.0.3 port 33008 ssh2: ED25519 SHA256:iSsWVIMWJYuyC4vLzARyIEQhphqOuWpbxai8gIxLfE8
|
||||
2025-12-27 11:56:30.396346951 bind [0.0.0.0]:9000: Address in use
|
||||
2025-12-27 11:56:30.396397960 channel_setup_fwd_listener_tcpip: cannot listen to port: 9000
|
||||
2025-12-27 11:56:30.438694172 Connection closed by 172.21.0.3 port 33008
|
||||
2025-12-27 11:56:32.395232011 Received disconnect from 10.0.0.56 port 39586:11: disconnected by user
|
||||
2025-12-27 11:56:32.395389678 Disconnected from user tunnel 10.0.0.56 port 39586
|
||||
2025-12-27 11:56:57.029443152 Accepted publickey for tunnel from 172.21.0.3 port 50272 ssh2: ED25519 SHA256:iSsWVIMWJYuyC4vLzARyIEQhphqOuWpbxai8gIxLfE8
|
||||
2025-12-27 11:57:01.694028669 Received disconnect from 172.21.0.3 port 50272:11: disconnected by user
|
||||
2025-12-27 11:57:01.694065929 Disconnected from user tunnel 172.21.0.3 port 50272
|
||||
2025-12-27 11:57:09.189176647 Accepted publickey for tunnel from 172.21.0.3 port 41838 ssh2: ED25519 SHA256:iSsWVIMWJYuyC4vLzARyIEQhphqOuWpbxai8gIxLfE8
|
||||
2025-12-27 14:23:04.914570727 Received disconnect from 172.21.0.3 port 41838:11: disconnected by user
|
||||
2025-12-27 14:23:04.914772409 Disconnected from user tunnel 172.21.0.3 port 41838
|
||||
2025-12-27 14:23:21.309586971 Accepted publickey for tunnel from 172.21.0.3 port 59738 ssh2: ED25519 SHA256:iSsWVIMWJYuyC4vLzARyIEQhphqOuWpbxai8gIxLfE8
|
||||
2025-12-27 14:25:14.925194581 Received disconnect from 172.21.0.3 port 59738:11: disconnected by user
|
||||
2025-12-27 14:25:14.925227213 Disconnected from user tunnel 172.21.0.3 port 59738
|
||||
2025-12-27 14:27:11.746675607 Accepted publickey for tunnel from 172.21.0.3 port 41280 ssh2: ED25519 SHA256:iSsWVIMWJYuyC4vLzARyIEQhphqOuWpbxai8gIxLfE8
|
||||
2025-12-27 14:30:47.958844634 Received disconnect from 172.21.0.3 port 41280:11: disconnected by user
|
||||
2025-12-27 14:30:47.958926216 Disconnected from user tunnel 172.21.0.3 port 41280
|
||||
2025-12-27 14:31:05.935147507 Accepted publickey for tunnel from 172.21.0.3 port 35502 ssh2: ED25519 SHA256:iSsWVIMWJYuyC4vLzARyIEQhphqOuWpbxai8gIxLfE8
|
||||
2025-12-27 14:32:47.804637168 Received disconnect from 172.21.0.3 port 35502:11: disconnected by user
|
||||
2025-12-27 14:32:47.804692149 Disconnected from user tunnel 172.21.0.3 port 35502
|
||||
2025-12-27 14:33:01.495525727 Accepted publickey for tunnel from 172.21.0.3 port 34694 ssh2: ED25519 SHA256:iSsWVIMWJYuyC4vLzARyIEQhphqOuWpbxai8gIxLfE8
|
||||
2025-12-27 19:49:36.377901677 Accepted publickey for tunnel from 10.0.0.56 port 36208 ssh2: ED25519 SHA256:iSsWVIMWJYuyC4vLzARyIEQhphqOuWpbxai8gIxLfE8
|
||||
2025-12-27 19:49:36.383797642 bind [0.0.0.0]:9000: Address in use
|
||||
2025-12-27 19:49:36.383806359 channel_setup_fwd_listener_tcpip: cannot listen to port: 9000
|
||||
2025-12-27 19:49:36.427321367 Connection closed by 10.0.0.56 port 36208
|
||||
2025-12-27 19:49:37.399184429 Accepted publickey for tunnel from 10.0.0.56 port 34206 ssh2: ED25519 SHA256:iSsWVIMWJYuyC4vLzARyIEQhphqOuWpbxai8gIxLfE8
|
||||
2025-12-27 19:49:37.404955512 bind [0.0.0.0]:9000: Address in use
|
||||
2025-12-27 19:49:37.404963934 channel_setup_fwd_listener_tcpip: cannot listen to port: 9000
|
||||
2025-12-27 19:49:37.447839118 Connection closed by 10.0.0.56 port 34206
|
||||
2025-12-27 19:49:38.507921481 Accepted publickey for tunnel from 10.0.0.56 port 34222 ssh2: ED25519 SHA256:iSsWVIMWJYuyC4vLzARyIEQhphqOuWpbxai8gIxLfE8
|
||||
2025-12-27 19:49:38.514036128 bind [0.0.0.0]:9000: Address in use
|
||||
2025-12-27 19:49:38.514044330 channel_setup_fwd_listener_tcpip: cannot listen to port: 9000
|
||||
2025-12-27 19:49:38.559689234 Connection closed by 10.0.0.56 port 34222
|
||||
2025-12-27 19:49:39.746213015 Accepted publickey for tunnel from 10.0.0.56 port 34232 ssh2: ED25519 SHA256:iSsWVIMWJYuyC4vLzARyIEQhphqOuWpbxai8gIxLfE8
|
||||
2025-12-27 19:49:39.752185631 bind [0.0.0.0]:9000: Address in use
|
||||
2025-12-27 19:49:39.752193993 channel_setup_fwd_listener_tcpip: cannot listen to port: 9000
|
||||
2025-12-27 19:49:39.795264424 Connection closed by 10.0.0.56 port 34232
|
||||
2025-12-27 19:49:41.395874227 Accepted publickey for tunnel from 10.0.0.56 port 34244 ssh2: ED25519 SHA256:iSsWVIMWJYuyC4vLzARyIEQhphqOuWpbxai8gIxLfE8
|
||||
2025-12-27 19:49:41.417862057 bind [0.0.0.0]:9000: Address in use
|
||||
2025-12-27 19:49:41.417871540 channel_setup_fwd_listener_tcpip: cannot listen to port: 9000
|
||||
2025-12-27 19:49:41.463104960 Connection closed by 10.0.0.56 port 34244
|
||||
2025-12-27 19:49:43.849122356 Accepted publickey for tunnel from 10.0.0.56 port 34254 ssh2: ED25519 SHA256:iSsWVIMWJYuyC4vLzARyIEQhphqOuWpbxai8gIxLfE8
|
||||
2025-12-27 19:49:43.854872110 bind [0.0.0.0]:9000: Address in use
|
||||
2025-12-27 19:49:43.854881069 channel_setup_fwd_listener_tcpip: cannot listen to port: 9000
|
||||
2025-12-27 19:49:43.899525499 Connection closed by 10.0.0.56 port 34254
|
||||
2025-12-27 19:49:47.940494024 Accepted publickey for tunnel from 10.0.0.56 port 41180 ssh2: ED25519 SHA256:iSsWVIMWJYuyC4vLzARyIEQhphqOuWpbxai8gIxLfE8
|
||||
2025-12-27 19:49:47.946540662 bind [0.0.0.0]:9000: Address in use
|
||||
2025-12-27 19:49:47.946549069 channel_setup_fwd_listener_tcpip: cannot listen to port: 9000
|
||||
2025-12-27 19:49:47.992159215 Connection closed by 10.0.0.56 port 41180
|
||||
2025-12-27 19:49:55.161866316 Accepted publickey for tunnel from 10.0.0.56 port 41190 ssh2: ED25519 SHA256:iSsWVIMWJYuyC4vLzARyIEQhphqOuWpbxai8gIxLfE8
|
||||
2025-12-27 19:49:55.183529809 bind [0.0.0.0]:9000: Address in use
|
||||
2025-12-27 19:49:55.183538868 channel_setup_fwd_listener_tcpip: cannot listen to port: 9000
|
||||
2025-12-27 19:49:55.227349084 Connection closed by 10.0.0.56 port 41190
|
||||
2025-12-27 19:50:08.938755551 Accepted publickey for tunnel from 10.0.0.56 port 40300 ssh2: ED25519 SHA256:iSsWVIMWJYuyC4vLzARyIEQhphqOuWpbxai8gIxLfE8
|
||||
2025-12-27 19:50:08.944823930 bind [0.0.0.0]:9000: Address in use
|
||||
2025-12-27 19:50:08.944833339 channel_setup_fwd_listener_tcpip: cannot listen to port: 9000
|
||||
2025-12-27 19:50:08.987422640 Connection closed by 10.0.0.56 port 40300
|
||||
2025-12-27 19:50:35.778116341 Accepted publickey for tunnel from 10.0.0.56 port 47326 ssh2: ED25519 SHA256:iSsWVIMWJYuyC4vLzARyIEQhphqOuWpbxai8gIxLfE8
|
||||
2025-12-27 19:50:35.783983651 bind [0.0.0.0]:9000: Address in use
|
||||
2025-12-27 19:50:35.783992109 channel_setup_fwd_listener_tcpip: cannot listen to port: 9000
|
||||
2025-12-27 19:50:35.827611921 Connection closed by 10.0.0.56 port 47326
|
||||
2025-12-27 19:51:28.200339216 Accepted publickey for tunnel from 10.0.0.56 port 44260 ssh2: ED25519 SHA256:iSsWVIMWJYuyC4vLzARyIEQhphqOuWpbxai8gIxLfE8
|
||||
2025-12-27 19:51:28.205584551 bind [0.0.0.0]:9000: Address in use
|
||||
2025-12-27 19:51:28.205663584 channel_setup_fwd_listener_tcpip: cannot listen to port: 9000
|
||||
2025-12-27 19:51:28.251226407 Connection closed by 10.0.0.56 port 44260
|
||||
2025-12-27 19:52:29.455738138 Accepted publickey for tunnel from 10.0.0.56 port 35778 ssh2: ED25519 SHA256:iSsWVIMWJYuyC4vLzARyIEQhphqOuWpbxai8gIxLfE8
|
||||
2025-12-27 19:52:29.461972903 bind [0.0.0.0]:9000: Address in use
|
||||
2025-12-27 19:52:29.461981100 channel_setup_fwd_listener_tcpip: cannot listen to port: 9000
|
||||
2025-12-27 19:52:29.506378370 Connection closed by 10.0.0.56 port 35778
|
||||
2025-12-27 19:53:30.597793449 Accepted publickey for tunnel from 10.0.0.56 port 38380 ssh2: ED25519 SHA256:iSsWVIMWJYuyC4vLzARyIEQhphqOuWpbxai8gIxLfE8
|
||||
2025-12-27 19:53:30.620763202 bind [0.0.0.0]:9000: Address in use
|
||||
2025-12-27 19:53:30.620772469 channel_setup_fwd_listener_tcpip: cannot listen to port: 9000
|
||||
2025-12-27 19:53:30.665810593 Connection closed by 10.0.0.56 port 38380
|
||||
2025-12-27 19:54:31.812745782 Accepted publickey for tunnel from 10.0.0.56 port 33088 ssh2: ED25519 SHA256:iSsWVIMWJYuyC4vLzARyIEQhphqOuWpbxai8gIxLfE8
|
||||
2025-12-27 19:54:31.818948610 bind [0.0.0.0]:9000: Address in use
|
||||
2025-12-27 19:54:31.818957026 channel_setup_fwd_listener_tcpip: cannot listen to port: 9000
|
||||
2025-12-27 19:54:31.865186647 Connection closed by 10.0.0.56 port 33088
|
||||
2025-12-27 19:55:33.046882559 Accepted publickey for tunnel from 10.0.0.56 port 33522 ssh2: ED25519 SHA256:iSsWVIMWJYuyC4vLzARyIEQhphqOuWpbxai8gIxLfE8
|
||||
2025-12-27 19:55:33.052994752 bind [0.0.0.0]:9000: Address in use
|
||||
2025-12-27 19:55:33.053003318 channel_setup_fwd_listener_tcpip: cannot listen to port: 9000
|
||||
2025-12-27 19:55:33.096800493 Connection closed by 10.0.0.56 port 33522
|
||||
2025-12-27 19:56:34.268809598 Accepted publickey for tunnel from 10.0.0.56 port 35936 ssh2: ED25519 SHA256:iSsWVIMWJYuyC4vLzARyIEQhphqOuWpbxai8gIxLfE8
|
||||
2025-12-27 19:56:34.274359156 bind [0.0.0.0]:9000: Address in use
|
||||
2025-12-27 19:56:34.274362961 channel_setup_fwd_listener_tcpip: cannot listen to port: 9000
|
||||
2025-12-27 19:56:34.320288764 Connection closed by 10.0.0.56 port 35936
|
||||
2025-12-27 19:57:35.447509299 Accepted publickey for tunnel from 10.0.0.56 port 58140 ssh2: ED25519 SHA256:iSsWVIMWJYuyC4vLzARyIEQhphqOuWpbxai8gIxLfE8
|
||||
2025-12-27 19:57:35.453446366 bind [0.0.0.0]:9000: Address in use
|
||||
2025-12-27 19:57:35.453454674 channel_setup_fwd_listener_tcpip: cannot listen to port: 9000
|
||||
2025-12-27 19:57:35.500056559 Connection closed by 10.0.0.56 port 58140
|
||||
2025-12-27 19:58:36.600264701 Accepted publickey for tunnel from 10.0.0.56 port 33122 ssh2: ED25519 SHA256:iSsWVIMWJYuyC4vLzARyIEQhphqOuWpbxai8gIxLfE8
|
||||
2025-12-27 19:58:36.606092340 bind [0.0.0.0]:9000: Address in use
|
||||
2025-12-27 19:58:36.606100436 channel_setup_fwd_listener_tcpip: cannot listen to port: 9000
|
||||
2025-12-27 19:58:36.656682159 Connection closed by 10.0.0.56 port 33122
|
||||
2025-12-27 19:59:37.787041358 Accepted publickey for tunnel from 10.0.0.56 port 38882 ssh2: ED25519 SHA256:iSsWVIMWJYuyC4vLzARyIEQhphqOuWpbxai8gIxLfE8
|
||||
2025-12-27 19:59:37.792931099 bind [0.0.0.0]:9000: Address in use
|
||||
2025-12-27 19:59:37.792939310 channel_setup_fwd_listener_tcpip: cannot listen to port: 9000
|
||||
2025-12-27 19:59:37.835061106 Connection closed by 10.0.0.56 port 38882
|
||||
2025-12-27 20:00:39.115780726 Accepted publickey for tunnel from 10.0.0.56 port 52344 ssh2: ED25519 SHA256:iSsWVIMWJYuyC4vLzARyIEQhphqOuWpbxai8gIxLfE8
|
||||
2025-12-27 20:00:39.137376645 bind [0.0.0.0]:9000: Address in use
|
||||
2025-12-27 20:00:39.137386322 channel_setup_fwd_listener_tcpip: cannot listen to port: 9000
|
||||
2025-12-27 20:00:39.182866146 Connection closed by 10.0.0.56 port 52344
|
||||
2025-12-27 20:01:40.268005886 Accepted publickey for tunnel from 10.0.0.56 port 52202 ssh2: ED25519 SHA256:iSsWVIMWJYuyC4vLzARyIEQhphqOuWpbxai8gIxLfE8
|
||||
2025-12-27 20:01:40.273384541 bind [0.0.0.0]:9000: Address in use
|
||||
2025-12-27 20:01:40.273387005 channel_setup_fwd_listener_tcpip: cannot listen to port: 9000
|
||||
2025-12-27 20:01:40.318464753 Connection closed by 10.0.0.56 port 52202
|
||||
2025-12-27 20:02:41.446179974 Accepted publickey for tunnel from 10.0.0.56 port 50452 ssh2: ED25519 SHA256:iSsWVIMWJYuyC4vLzARyIEQhphqOuWpbxai8gIxLfE8
|
||||
2025-12-27 20:02:41.450543596 bind [0.0.0.0]:9000: Address in use
|
||||
2025-12-27 20:02:41.450548657 channel_setup_fwd_listener_tcpip: cannot listen to port: 9000
|
||||
2025-12-27 20:02:41.494227937 Connection closed by 10.0.0.56 port 50452
|
||||
2025-12-27 20:03:42.561280770 Accepted publickey for tunnel from 10.0.0.56 port 42022 ssh2: ED25519 SHA256:iSsWVIMWJYuyC4vLzARyIEQhphqOuWpbxai8gIxLfE8
|
||||
2025-12-27 20:03:42.567331400 bind [0.0.0.0]:9000: Address in use
|
||||
2025-12-27 20:03:42.567339843 channel_setup_fwd_listener_tcpip: cannot listen to port: 9000
|
||||
2025-12-27 20:03:42.610674413 Connection closed by 10.0.0.56 port 42022
|
||||
2025-12-27 20:04:43.696935669 Accepted publickey for tunnel from 10.0.0.56 port 37978 ssh2: ED25519 SHA256:iSsWVIMWJYuyC4vLzARyIEQhphqOuWpbxai8gIxLfE8
|
||||
2025-12-27 20:04:43.718383530 bind [0.0.0.0]:9000: Address in use
|
||||
2025-12-27 20:04:43.718393057 channel_setup_fwd_listener_tcpip: cannot listen to port: 9000
|
||||
2025-12-27 20:04:43.761719489 Connection closed by 10.0.0.56 port 37978
|
||||
2025-12-27 20:05:44.838888656 Accepted publickey for tunnel from 10.0.0.56 port 52152 ssh2: ED25519 SHA256:iSsWVIMWJYuyC4vLzARyIEQhphqOuWpbxai8gIxLfE8
|
||||
2025-12-27 20:05:44.844776545 bind [0.0.0.0]:9000: Address in use
|
||||
2025-12-27 20:05:44.844785202 channel_setup_fwd_listener_tcpip: cannot listen to port: 9000
|
||||
2025-12-27 20:05:44.889635208 Connection closed by 10.0.0.56 port 52152
|
||||
2025-12-27 20:06:46.021153686 Accepted publickey for tunnel from 10.0.0.56 port 49396 ssh2: ED25519 SHA256:iSsWVIMWJYuyC4vLzARyIEQhphqOuWpbxai8gIxLfE8
|
||||
2025-12-27 20:06:46.026948068 bind [0.0.0.0]:9000: Address in use
|
||||
2025-12-27 20:06:46.026956586 channel_setup_fwd_listener_tcpip: cannot listen to port: 9000
|
||||
2025-12-27 20:06:46.069720022 Connection closed by 10.0.0.56 port 49396
|
||||
2025-12-27 20:07:47.083037583 Accepted publickey for tunnel from 10.0.0.56 port 38266 ssh2: ED25519 SHA256:iSsWVIMWJYuyC4vLzARyIEQhphqOuWpbxai8gIxLfE8
|
||||
2025-12-27 20:07:47.088947269 bind [0.0.0.0]:9000: Address in use
|
||||
2025-12-27 20:07:47.088955923 channel_setup_fwd_listener_tcpip: cannot listen to port: 9000
|
||||
2025-12-27 20:07:47.133338511 Connection closed by 10.0.0.56 port 38266
|
||||
2025-12-27 20:08:48.303870033 Accepted publickey for tunnel from 10.0.0.56 port 59590 ssh2: ED25519 SHA256:iSsWVIMWJYuyC4vLzARyIEQhphqOuWpbxai8gIxLfE8
|
||||
2025-12-27 20:08:48.309731411 bind [0.0.0.0]:9000: Address in use
|
||||
2025-12-27 20:08:48.309740324 channel_setup_fwd_listener_tcpip: cannot listen to port: 9000
|
||||
2025-12-27 20:08:48.353067286 Connection closed by 10.0.0.56 port 59590
|
||||
2025-12-27 20:09:49.435198096 Accepted publickey for tunnel from 10.0.0.56 port 46508 ssh2: ED25519 SHA256:iSsWVIMWJYuyC4vLzARyIEQhphqOuWpbxai8gIxLfE8
|
||||
2025-12-27 20:09:49.440916034 bind [0.0.0.0]:9000: Address in use
|
||||
2025-12-27 20:09:49.440924390 channel_setup_fwd_listener_tcpip: cannot listen to port: 9000
|
||||
2025-12-27 20:09:49.484650126 Connection closed by 10.0.0.56 port 46508
|
||||
2025-12-27 20:10:50.559136831 Accepted publickey for tunnel from 10.0.0.56 port 57642 ssh2: ED25519 SHA256:iSsWVIMWJYuyC4vLzARyIEQhphqOuWpbxai8gIxLfE8
|
||||
2025-12-27 20:10:50.564927597 bind [0.0.0.0]:9000: Address in use
|
||||
2025-12-27 20:10:50.564935824 channel_setup_fwd_listener_tcpip: cannot listen to port: 9000
|
||||
2025-12-27 20:10:50.608395551 Connection closed by 10.0.0.56 port 57642
|
||||
2025-12-27 20:11:51.680745913 Accepted publickey for tunnel from 10.0.0.56 port 60158 ssh2: ED25519 SHA256:iSsWVIMWJYuyC4vLzARyIEQhphqOuWpbxai8gIxLfE8
|
||||
2025-12-27 20:11:51.686749179 bind [0.0.0.0]:9000: Address in use
|
||||
2025-12-27 20:11:51.686757486 channel_setup_fwd_listener_tcpip: cannot listen to port: 9000
|
||||
2025-12-27 20:11:51.732410889 Connection closed by 10.0.0.56 port 60158
|
||||
2025-12-27 20:12:52.929568115 Accepted publickey for tunnel from 10.0.0.56 port 43654 ssh2: ED25519 SHA256:iSsWVIMWJYuyC4vLzARyIEQhphqOuWpbxai8gIxLfE8
|
||||
2025-12-27 20:12:52.934854351 bind [0.0.0.0]:9000: Address in use
|
||||
2025-12-27 20:12:52.934857264 channel_setup_fwd_listener_tcpip: cannot listen to port: 9000
|
||||
2025-12-27 20:12:52.979918086 Connection closed by 10.0.0.56 port 43654
|
||||
2025-12-27 20:13:54.090079172 Accepted publickey for tunnel from 10.0.0.56 port 39604 ssh2: ED25519 SHA256:iSsWVIMWJYuyC4vLzARyIEQhphqOuWpbxai8gIxLfE8
|
||||
2025-12-27 20:13:54.095955613 bind [0.0.0.0]:9000: Address in use
|
||||
2025-12-27 20:13:54.095963971 channel_setup_fwd_listener_tcpip: cannot listen to port: 9000
|
||||
2025-12-27 20:13:54.140080608 Connection closed by 10.0.0.56 port 39604
|
||||
2025-12-27 20:14:55.281316367 Accepted publickey for tunnel from 10.0.0.56 port 45688 ssh2: ED25519 SHA256:iSsWVIMWJYuyC4vLzARyIEQhphqOuWpbxai8gIxLfE8
|
||||
2025-12-27 20:14:55.287212218 bind [0.0.0.0]:9000: Address in use
|
||||
2025-12-27 20:14:55.287220972 channel_setup_fwd_listener_tcpip: cannot listen to port: 9000
|
||||
2025-12-27 20:14:55.332104134 Connection closed by 10.0.0.56 port 45688
|
||||
2025-12-27 20:15:57.061116701 Accepted publickey for tunnel from 10.0.0.56 port 56062 ssh2: ED25519 SHA256:iSsWVIMWJYuyC4vLzARyIEQhphqOuWpbxai8gIxLfE8
|
||||
2025-12-27 20:15:57.067081835 bind [0.0.0.0]:9000: Address in use
|
||||
2025-12-27 20:15:57.067090406 channel_setup_fwd_listener_tcpip: cannot listen to port: 9000
|
||||
2025-12-27 20:15:57.112486090 Connection closed by 10.0.0.56 port 56062
|
||||
2025-12-27 20:16:58.178636318 Accepted publickey for tunnel from 10.0.0.56 port 43672 ssh2: ED25519 SHA256:iSsWVIMWJYuyC4vLzARyIEQhphqOuWpbxai8gIxLfE8
|
||||
2025-12-27 20:16:58.183936314 bind [0.0.0.0]:9000: Address in use
|
||||
2025-12-27 20:16:58.183939814 channel_setup_fwd_listener_tcpip: cannot listen to port: 9000
|
||||
2025-12-27 20:16:58.227513434 Connection closed by 10.0.0.56 port 43672
|
||||
2025-12-27 20:17:59.464767246 Accepted publickey for tunnel from 10.0.0.56 port 37230 ssh2: ED25519 SHA256:iSsWVIMWJYuyC4vLzARyIEQhphqOuWpbxai8gIxLfE8
|
||||
2025-12-27 20:17:59.470713423 bind [0.0.0.0]:9000: Address in use
|
||||
2025-12-27 20:17:59.470721943 channel_setup_fwd_listener_tcpip: cannot listen to port: 9000
|
||||
2025-12-27 20:17:59.515882021 Connection closed by 10.0.0.56 port 37230
|
||||
2025-12-27 20:19:00.600346920 Accepted publickey for tunnel from 10.0.0.56 port 58066 ssh2: ED25519 SHA256:iSsWVIMWJYuyC4vLzARyIEQhphqOuWpbxai8gIxLfE8
|
||||
2025-12-27 20:19:00.606716310 bind [0.0.0.0]:9000: Address in use
|
||||
2025-12-27 20:19:00.606724960 channel_setup_fwd_listener_tcpip: cannot listen to port: 9000
|
||||
2025-12-27 20:19:00.651996291 Connection closed by 10.0.0.56 port 58066
|
||||
2025-12-27 20:20:01.717392377 Accepted publickey for tunnel from 10.0.0.56 port 60032 ssh2: ED25519 SHA256:iSsWVIMWJYuyC4vLzARyIEQhphqOuWpbxai8gIxLfE8
|
||||
2025-12-27 20:20:01.723341877 bind [0.0.0.0]:9000: Address in use
|
||||
2025-12-27 20:20:01.723350346 channel_setup_fwd_listener_tcpip: cannot listen to port: 9000
|
||||
2025-12-27 20:20:01.767721000 Connection closed by 10.0.0.56 port 60032
|
||||
2025-12-27 20:21:02.933734354 Accepted publickey for tunnel from 10.0.0.56 port 59134 ssh2: ED25519 SHA256:iSsWVIMWJYuyC4vLzARyIEQhphqOuWpbxai8gIxLfE8
|
||||
2025-12-27 20:21:02.955705063 bind [0.0.0.0]:9000: Address in use
|
||||
2025-12-27 20:21:02.955714423 channel_setup_fwd_listener_tcpip: cannot listen to port: 9000
|
||||
2025-12-27 20:21:03.000237623 Connection closed by 10.0.0.56 port 59134
|
||||
2025-12-27 20:22:04.096670041 Accepted publickey for tunnel from 10.0.0.56 port 48828 ssh2: ED25519 SHA256:iSsWVIMWJYuyC4vLzARyIEQhphqOuWpbxai8gIxLfE8
|
||||
2025-12-27 20:22:04.118297389 bind [0.0.0.0]:9000: Address in use
|
||||
2025-12-27 20:22:04.118306605 channel_setup_fwd_listener_tcpip: cannot listen to port: 9000
|
||||
2025-12-27 20:22:04.163641966 Connection closed by 10.0.0.56 port 48828
|
||||
2025-12-27 20:23:05.241455298 Accepted publickey for tunnel from 10.0.0.56 port 39538 ssh2: ED25519 SHA256:iSsWVIMWJYuyC4vLzARyIEQhphqOuWpbxai8gIxLfE8
|
||||
2025-12-27 20:23:05.247074004 bind [0.0.0.0]:9000: Address in use
|
||||
2025-12-27 20:23:05.247082426 channel_setup_fwd_listener_tcpip: cannot listen to port: 9000
|
||||
2025-12-27 20:23:05.292513457 Connection closed by 10.0.0.56 port 39538
|
||||
2025-12-27 20:24:07.910879173 Accepted publickey for tunnel from 10.0.0.56 port 54280 ssh2: ED25519 SHA256:iSsWVIMWJYuyC4vLzARyIEQhphqOuWpbxai8gIxLfE8
|
||||
2025-12-27 20:24:07.916803527 bind [0.0.0.0]:9000: Address in use
|
||||
2025-12-27 20:24:07.916812906 channel_setup_fwd_listener_tcpip: cannot listen to port: 9000
|
||||
2025-12-27 20:24:07.959621167 Connection closed by 10.0.0.56 port 54280
|
||||
2025-12-27 20:25:09.039100673 Accepted publickey for tunnel from 10.0.0.56 port 48696 ssh2: ED25519 SHA256:iSsWVIMWJYuyC4vLzARyIEQhphqOuWpbxai8gIxLfE8
|
||||
2025-12-27 20:25:09.044855827 bind [0.0.0.0]:9000: Address in use
|
||||
2025-12-27 20:25:09.044864364 channel_setup_fwd_listener_tcpip: cannot listen to port: 9000
|
||||
2025-12-27 20:25:09.087520535 Connection closed by 10.0.0.56 port 48696
|
||||
2025-12-27 20:26:10.200616818 Accepted publickey for tunnel from 10.0.0.56 port 47384 ssh2: ED25519 SHA256:iSsWVIMWJYuyC4vLzARyIEQhphqOuWpbxai8gIxLfE8
|
||||
2025-12-27 20:26:10.205940996 bind [0.0.0.0]:9000: Address in use
|
||||
2025-12-27 20:26:10.205944288 channel_setup_fwd_listener_tcpip: cannot listen to port: 9000
|
||||
2025-12-27 20:26:10.251699505 Connection closed by 10.0.0.56 port 47384
|
||||
2025-12-27 20:27:11.419247822 Accepted publickey for tunnel from 10.0.0.56 port 43488 ssh2: ED25519 SHA256:iSsWVIMWJYuyC4vLzARyIEQhphqOuWpbxai8gIxLfE8
|
||||
2025-12-27 20:27:11.425322334 bind [0.0.0.0]:9000: Address in use
|
||||
2025-12-27 20:27:11.425330796 channel_setup_fwd_listener_tcpip: cannot listen to port: 9000
|
||||
2025-12-27 20:27:11.468172770 Connection closed by 10.0.0.56 port 43488
|
||||
2025-12-27 20:28:12.613694550 Accepted publickey for tunnel from 10.0.0.56 port 60508 ssh2: ED25519 SHA256:iSsWVIMWJYuyC4vLzARyIEQhphqOuWpbxai8gIxLfE8
|
||||
2025-12-27 20:28:12.620110045 bind [0.0.0.0]:9000: Address in use
|
||||
2025-12-27 20:28:12.620118320 channel_setup_fwd_listener_tcpip: cannot listen to port: 9000
|
||||
2025-12-27 20:28:12.666804566 Connection closed by 10.0.0.56 port 60508
|
||||
2025-12-27 20:29:13.748161306 Accepted publickey for tunnel from 10.0.0.56 port 47044 ssh2: ED25519 SHA256:iSsWVIMWJYuyC4vLzARyIEQhphqOuWpbxai8gIxLfE8
|
||||
2025-12-27 20:29:13.753320853 bind [0.0.0.0]:9000: Address in use
|
||||
2025-12-27 20:29:13.753323721 channel_setup_fwd_listener_tcpip: cannot listen to port: 9000
|
||||
2025-12-27 20:29:13.800324969 Connection closed by 10.0.0.56 port 47044
|
||||
2025-12-27 20:30:14.906064313 Accepted publickey for tunnel from 10.0.0.56 port 36654 ssh2: ED25519 SHA256:iSsWVIMWJYuyC4vLzARyIEQhphqOuWpbxai8gIxLfE8
|
||||
2025-12-27 20:30:14.912094214 bind [0.0.0.0]:9000: Address in use
|
||||
2025-12-27 20:30:14.912103315 channel_setup_fwd_listener_tcpip: cannot listen to port: 9000
|
||||
2025-12-27 20:30:14.956648977 Connection closed by 10.0.0.56 port 36654
|
||||
2025-12-27 20:31:16.054286603 Accepted publickey for tunnel from 10.0.0.56 port 33836 ssh2: ED25519 SHA256:iSsWVIMWJYuyC4vLzARyIEQhphqOuWpbxai8gIxLfE8
|
||||
2025-12-27 20:31:16.060468096 bind [0.0.0.0]:9000: Address in use
|
||||
2025-12-27 20:31:16.060476249 channel_setup_fwd_listener_tcpip: cannot listen to port: 9000
|
||||
2025-12-27 20:31:16.105712681 Connection closed by 10.0.0.56 port 33836
|
||||
2025-12-27 20:32:17.207225598 Accepted publickey for tunnel from 10.0.0.56 port 39298 ssh2: ED25519 SHA256:iSsWVIMWJYuyC4vLzARyIEQhphqOuWpbxai8gIxLfE8
|
||||
2025-12-27 20:32:17.213302935 bind [0.0.0.0]:9000: Address in use
|
||||
2025-12-27 20:32:17.213311602 channel_setup_fwd_listener_tcpip: cannot listen to port: 9000
|
||||
2025-12-27 20:32:17.256833983 Connection closed by 10.0.0.56 port 39298
|
||||
2025-12-27 20:33:18.352711324 Accepted publickey for tunnel from 10.0.0.56 port 48026 ssh2: ED25519 SHA256:iSsWVIMWJYuyC4vLzARyIEQhphqOuWpbxai8gIxLfE8
|
||||
2025-12-27 20:33:18.358751449 bind [0.0.0.0]:9000: Address in use
|
||||
2025-12-27 20:33:18.358759750 channel_setup_fwd_listener_tcpip: cannot listen to port: 9000
|
||||
2025-12-27 20:33:18.400918477 Connection closed by 10.0.0.56 port 48026
|
||||
0
server/logs/openssh/lock
Normal file
0
server/logs/openssh/lock
Normal file
0
server/logs/openssh/state
Normal file
0
server/logs/openssh/state
Normal file
4
server/ssh/authorized_keys
Normal file
4
server/ssh/authorized_keys
Normal file
@@ -0,0 +1,4 @@
|
||||
ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAACAQCdWY9oM6TMqGda68U0YDCA5Whk8iFAP4Uhe/4zqnhldKrXX0bdmDmEWujh3Wz1QaZu5BNwLDWnh6ofyCeouYzk8YtMYAg741DPosV1dkpuvx0I32KhTBEpw4Vts4hVcmNp8bLTEa7b15MJV3YlGgvplxDOFB1ezMSnAsRwBjkjCrsR6W/clg7q+c+RHZnQI0ksvpnJqU8MIx77x24JfRruzz5s0vARKxiKqIVCmd9DN1af+O6oK2kn3Mu8cRlJMFCusI+AJ0iuB8d1/aEQRM60tfw803J+sPTtiG3r1brpn5nXRhqfrchOdWn6z0Y2LF0XTphwfgBVQYxlrkmnLDjSafBMuQw+yg1ceuhuP8RIMTXI+GuiJeo2KJtyTAXpfcgnerf2TFLhmsPi5LZtsIwA7CAN871bxGsOZ14rO0U0tMEhmQ7nOuFmppbPt2PP6hn0jpVtyb14YPQ22/GtTYSC2fYF71erYQfOL9frXWXhQabpa4rcX0LDWiYlptpRxDu6BWJIGu12QyacLAWAffxlFpXEMcncCbY2SB5v6aO2BJDD8izH2aa8cC1uKz1Ul+4vZPFuvZBkjouG+cDLWjvN7ymMOepMMxjNsXp4+LV2gZp52NXi6BH7nMiQyZOYZNsaEAR99eYzNAZsd0uDYjE4P6oYz6OGrIf/0up0Mp4MyQ== cl01\kech@01-KW-S0206
|
||||
ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIAHfyWUg0SP4Znr3SPx4/pPWik5fir/c1cYXiOxVQ++R tunnel@ThinkCentre
|
||||
ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAICbGFAHmdhLTT7pjBVctgyIpBkVAwaJCsrDEnTSfnLu1 cl01\kech@01-KW-S0206
|
||||
ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAILP5T/XHnB7sEQgvryFLbI26PWPXU4yogfVFxCGweNtc tunnel
|
||||
1
server/ssh/id_ed25519.pub
Executable file
1
server/ssh/id_ed25519.pub
Executable file
@@ -0,0 +1 @@
|
||||
ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAICbGFAHmdhLTT7pjBVctgyIpBkVAwaJCsrDEnTSfnLu1 cl01\kech@01-KW-S0206
|
||||
123
server/ssh/sshd_config
Executable file
123
server/ssh/sshd_config
Executable file
@@ -0,0 +1,123 @@
|
||||
# $OpenBSD: sshd_config,v 1.105 2024/12/03 14:12:47 dtucker Exp $
|
||||
|
||||
# This is the sshd server system-wide configuration file. See
|
||||
# sshd_config(5) for more information.
|
||||
|
||||
# This sshd was compiled with PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
|
||||
|
||||
# The strategy used for options in the default sshd_config shipped with
|
||||
# OpenSSH is to specify options with their default value where
|
||||
# possible, but leave them commented. Uncommented options override the
|
||||
# default value.
|
||||
|
||||
# Include configuration snippets before processing this file to allow the
|
||||
# snippets to override directives set in this file.
|
||||
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
|
||||
|
||||
# Ciphers and keying
|
||||
#RekeyLimit default none
|
||||
|
||||
# Logging
|
||||
#SyslogFacility AUTH
|
||||
#LogLevel INFO
|
||||
|
||||
# Authentication:
|
||||
|
||||
#LoginGraceTime 2m
|
||||
#PermitRootLogin prohibit-password
|
||||
#StrictModes yes
|
||||
#MaxAuthTries 6
|
||||
#MaxSessions 10
|
||||
|
||||
#PubkeyAuthentication yes
|
||||
|
||||
# The default is to check both .ssh/authorized_keys and .ssh/authorized_keys2
|
||||
# but this is overridden so installations will only check .ssh/authorized_keys
|
||||
AuthorizedKeysFile .ssh/authorized_keys
|
||||
|
||||
#AuthorizedPrincipalsFile none
|
||||
|
||||
#AuthorizedKeysCommand none
|
||||
#AuthorizedKeysCommandUser nobody
|
||||
|
||||
# For this to work you will also need host keys in /etc/ssh/ssh_known_hosts
|
||||
#HostbasedAuthentication no
|
||||
# Change to yes if you don't trust ~/.ssh/known_hosts for
|
||||
# HostbasedAuthentication
|
||||
#IgnoreUserKnownHosts no
|
||||
# Don't read the user's ~/.rhosts and ~/.shosts files
|
||||
#IgnoreRhosts yes
|
||||
|
||||
# To disable tunneled clear text passwords, change to "no" here!
|
||||
PasswordAuthentication no
|
||||
#PermitEmptyPasswords no
|
||||
|
||||
# Change to "no" to disable keyboard-interactive authentication. Depending on
|
||||
# the system's configuration, this may involve passwords, challenge-response,
|
||||
# one-time passwords or some combination of these and other methods.
|
||||
#KbdInteractiveAuthentication yes
|
||||
|
||||
# Kerberos options
|
||||
#KerberosAuthentication no
|
||||
#KerberosOrLocalPasswd yes
|
||||
#KerberosTicketCleanup yes
|
||||
#KerberosGetAFSToken no
|
||||
|
||||
# GSSAPI options
|
||||
#GSSAPIAuthentication no
|
||||
#GSSAPICleanupCredentials yes
|
||||
|
||||
# Set this to 'yes' to enable PAM authentication, account processing,
|
||||
# and session processing. If this is enabled, PAM authentication will
|
||||
# be allowed through the KbdInteractiveAuthentication and
|
||||
# PasswordAuthentication. Depending on your PAM configuration,
|
||||
# PAM authentication via KbdInteractiveAuthentication may bypass
|
||||
# the setting of "PermitRootLogin prohibit-password".
|
||||
# If you just want the PAM account and session checks to run without
|
||||
# PAM authentication, then enable this but set PasswordAuthentication
|
||||
# and KbdInteractiveAuthentication to 'no'.
|
||||
#UsePAM no
|
||||
|
||||
#AllowAgentForwarding yes
|
||||
# Feel free to re-enable these if your use case requires them.
|
||||
AllowTcpForwarding no
|
||||
GatewayPorts no
|
||||
X11Forwarding no
|
||||
#X11DisplayOffset 10
|
||||
#X11UseLocalhost yes
|
||||
#PermitTTY yes
|
||||
#PrintMotd yes
|
||||
#PrintLastLog yes
|
||||
#TCPKeepAlive yes
|
||||
#PermitUserEnvironment no
|
||||
#Compression delayed
|
||||
#ClientAliveInterval 0
|
||||
#ClientAliveCountMax 3
|
||||
#UseDNS no
|
||||
#PidFile /run/sshd.pid
|
||||
#MaxStartups 10:30:100
|
||||
#PermitTunnel no
|
||||
#ChrootDirectory none
|
||||
#VersionAddendum none
|
||||
|
||||
# no default banner path
|
||||
#Banner none
|
||||
|
||||
# override default of no subsystems
|
||||
Subsystem sftp internal-sftp
|
||||
|
||||
# Example of overriding settings on a per-user basis
|
||||
#Match User anoncvs
|
||||
# X11Forwarding no
|
||||
# AllowTcpForwarding no
|
||||
# PermitTTY no
|
||||
# ForceCommand cvs server
|
||||
1
server/ssh/tunnel_ed25519.pub
Executable file
1
server/ssh/tunnel_ed25519.pub
Executable file
@@ -0,0 +1 @@
|
||||
ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAILP5T/XHnB7sEQgvryFLbI26PWPXU4yogfVFxCGweNtc tunnel
|
||||
9
server/ssh_host_keys/ssh_host_ecdsa_key
Normal file
9
server/ssh_host_keys/ssh_host_ecdsa_key
Normal file
@@ -0,0 +1,9 @@
|
||||
-----BEGIN OPENSSH PRIVATE KEY-----
|
||||
b3BlbnNzaC1rZXktdjEAAAAABG5vbmUAAAAEbm9uZQAAAAAAAAABAAAAaAAAABNlY2RzYS
|
||||
1zaGEyLW5pc3RwMjU2AAAACG5pc3RwMjU2AAAAQQSZo6fbu9Ud58x59Zg3AZKb/PkxWNpy
|
||||
c0WdNJBtnX7CieP0wsiEawS0DTmf6cGNpd1qyLZssWr0gqnMUO4FmasXAAAAsIOJRHmDiU
|
||||
R5AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBJmjp9u71R3nzHn1
|
||||
mDcBkpv8+TFY2nJzRZ00kG2dfsKJ4/TCyIRrBLQNOZ/pwY2l3WrItmyxavSCqcxQ7gWZqx
|
||||
cAAAAgdgtaPWxL5pe7jJrrT0v0IDQHQSj4v6yQkswK+AOs2eAAAAATcm9vdEBvcGVuc3No
|
||||
LXNlcnZlcgECAwQF
|
||||
-----END OPENSSH PRIVATE KEY-----
|
||||
1
server/ssh_host_keys/ssh_host_ecdsa_key.pub
Normal file
1
server/ssh_host_keys/ssh_host_ecdsa_key.pub
Normal file
@@ -0,0 +1 @@
|
||||
ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBJmjp9u71R3nzHn1mDcBkpv8+TFY2nJzRZ00kG2dfsKJ4/TCyIRrBLQNOZ/pwY2l3WrItmyxavSCqcxQ7gWZqxc= root@openssh-server
|
||||
7
server/ssh_host_keys/ssh_host_ed25519_key
Normal file
7
server/ssh_host_keys/ssh_host_ed25519_key
Normal file
@@ -0,0 +1,7 @@
|
||||
-----BEGIN OPENSSH PRIVATE KEY-----
|
||||
b3BlbnNzaC1rZXktdjEAAAAABG5vbmUAAAAEbm9uZQAAAAAAAAABAAAAMwAAAAtzc2gtZW
|
||||
QyNTUxOQAAACC+5qRqz/Ixr4FRw/a1IqI2kXWdzfjYA65pzOcg7q89jgAAAJjBE136wRNd
|
||||
+gAAAAtzc2gtZWQyNTUxOQAAACC+5qRqz/Ixr4FRw/a1IqI2kXWdzfjYA65pzOcg7q89jg
|
||||
AAAEA6d+VDA/dblVpfiZO0XMaYDnvf7PmZGAYmYBw+HZdWq77mpGrP8jGvgVHD9rUiojaR
|
||||
dZ3N+NgDrmnM5yDurz2OAAAAE3Jvb3RAb3BlbnNzaC1zZXJ2ZXIBAg==
|
||||
-----END OPENSSH PRIVATE KEY-----
|
||||
1
server/ssh_host_keys/ssh_host_ed25519_key.pub
Normal file
1
server/ssh_host_keys/ssh_host_ed25519_key.pub
Normal file
@@ -0,0 +1 @@
|
||||
ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIL7mpGrP8jGvgVHD9rUiojaRdZ3N+NgDrmnM5yDurz2O root@openssh-server
|
||||
38
server/ssh_host_keys/ssh_host_rsa_key
Normal file
38
server/ssh_host_keys/ssh_host_rsa_key
Normal file
@@ -0,0 +1,38 @@
|
||||
-----BEGIN OPENSSH PRIVATE KEY-----
|
||||
b3BlbnNzaC1rZXktdjEAAAAABG5vbmUAAAAEbm9uZQAAAAAAAAABAAABlwAAAAdzc2gtcn
|
||||
NhAAAAAwEAAQAAAYEAjSucAKzCAn6NhlyVLduzDaH5gDqWXed6WLtT7ZV8hJwAvDCZfF4M
|
||||
oqCwBtM/II4SxO9PsHxSbAiOvgMIXN2ocURgpss+OZjjd5kMKAwoXuThcsf3S4ucIF819b
|
||||
BVTRAN84g5jD//Jrv88VctuvrNdCnSCpzQ9AEpGv6o37t5UUNgaGKITgNwCHabtDZVwC/o
|
||||
aIIaixukvLVydqd5j6DlXQx7q+MYHDB3BZyV8lpChvlGn4wPVXtOGolZonfm4gERBmjrHX
|
||||
SbrYxrzJ54Og/k+R7TpW6l94mdXsPI683XMk4jeLrlcjTm12Gimw+TF+Rzjv8T2ajM4K3E
|
||||
O7VEcqNoCxyQaZawfGpFxP2aWed5zeuYxLhneZrIEUrvFstzWzqEDwrGqUKsyo7N62SUkZ
|
||||
G9kC1MKtoT7iFAYMjFKAZcAKqKIqwXBzQcLbCxibBKyh4uZwF0Z72RewPwKVWhOSW1HlgE
|
||||
4wAUvAW4xIn7BMGIQpyGZZ1z92tmJGljp3TfmCCfAAAFiGRxz/Nkcc/zAAAAB3NzaC1yc2
|
||||
EAAAGBAI0rnACswgJ+jYZclS3bsw2h+YA6ll3neli7U+2VfIScALwwmXxeDKKgsAbTPyCO
|
||||
EsTvT7B8UmwIjr4DCFzdqHFEYKbLPjmY43eZDCgMKF7k4XLH90uLnCBfNfWwVU0QDfOIOY
|
||||
w//ya7/PFXLbr6zXQp0gqc0PQBKRr+qN+7eVFDYGhiiE4DcAh2m7Q2VcAv6GiCGosbpLy1
|
||||
cnaneY+g5V0Me6vjGBwwdwWclfJaQob5Rp+MD1V7ThqJWaJ35uIBEQZo6x10m62Ma8yeeD
|
||||
oP5Pke06VupfeJnV7DyOvN1zJOI3i65XI05tdhopsPkxfkc47/E9mozOCtxDu1RHKjaAsc
|
||||
kGmWsHxqRcT9mlnnec3rmMS4Z3mayBFK7xbLc1s6hA8KxqlCrMqOzetklJGRvZAtTCraE+
|
||||
4hQGDIxSgGXACqiiKsFwc0HC2wsYmwSsoeLmcBdGe9kXsD8ClVoTkltR5YBOMAFLwFuMSJ
|
||||
+wTBiEKchmWdc/drZiRpY6d035ggnwAAAAMBAAEAAAGAC9TGT8YqwlPB36tds0iw4mkbRH
|
||||
Rkir0uI0ab25MGKwT6CMuX6XTmYTDPX9sPdNaDWy7lQljA/Z3f/Ku7ZTEMf2WoJgJtlh0q
|
||||
nyjb/HU8YuuSu3Bn2NR8AriICK29EGbSjIDztb3dT+08XyubwQpo8p3YpRwMZQ69163VEF
|
||||
8hZT6c01LCsqsWFhd+qCVPnXpGY4/X0qW/8jLQw4H4raFh56D2smqnaCFlsDo11Ohcn/w/
|
||||
P3rZBCR/4Lh3IyciWfmVyFFJ+egNa1Y/4AfkOSHbs8Drxa/Oe9k9+osCm30cIDSJU5iwaO
|
||||
vqiOJV8ZcquftlDPfvlRuNHg3cZpeMVFtTTQELXFiUTvyl5KpIFXDjH/MYoWyXSjjDWLPQ
|
||||
HjSM4ffK9XXENgP8N+OG/LXOfnmkcxjxHiHCrEd5lrHC4FFlgbx0P7U0rNzNyGfZ0Cm/ll
|
||||
JxWbTRRQeJJbUqwavvvBqtmTMeAMvGUaB1R1Lzql3NhjQuRq7mfalEcDWWvIuLEiJRAAAA
|
||||
wAsafEyxcpTrEP9/SCAJHYJGB7LfMkkjaqz1U9Ca+DcK74qSxPYAtvGMOdzB5b/30DYcPf
|
||||
iJuTstXtwqa1HN6Qy7PcDGsmfTFromxHastQJrCH55crE1lWADrjIVY0TxezJqMK2lE+cg
|
||||
6eLPAAvG9UufC5AmqFxeC/soPw51sGvX9yz2+PAOOULT8Yy+cEW2deJkj0n6hYhDvVUEqa
|
||||
yG6EJZQLhZJsgKZ2XKFd1yKscl5lJuyZ1TxsdOcX2ANSgTygAAAMEAwdj3HVo9NqYHZuU9
|
||||
fLai3sgIhdoXSDa6Q1P+6vdxRXF97aM0vnanO86BS5q4Kba7f0beloZSaFwc1ohB8VBkgC
|
||||
eTm1QdBkoa9n0VN3tCHnWcSOkNalnn7bCyFaXz027HpcC1Qh28qBQoYzjVTHZdoJXRVSU6
|
||||
GeRaXy/JugJBXEeiOUnhAJkR9ynLLuGfwR7KQ1iNTNIF5CXWdqRx+SLEtSvi7STVZq8/JC
|
||||
MNF6iFA5yOxh/bVenYyTWWaWdkXo2xAAAAwQC6buTGAOfBpyg8QJ3mMpqPw8OdQgE+GZbj
|
||||
XdZstDSBR96EQ3qnYGc8FDLQxJybcSMs38bX7X8sLyRbLjmr3v8lbSzXZfHvT6TiZVvUGP
|
||||
56/fzVDk+C6UVOOBCV0kYPiVJRQHta+F5w1zfHqXcnFZlG8Ss5IRAUgTvCSUcGn+Eqww+d
|
||||
b7W1QCVCf84YFWivFmJ6TFCojPekFwL70AtKD03qCUhwrnldvOEnxGd9riqnWQ+z8ZkSH+
|
||||
zKD4TmIpEHl08AAAATcm9vdEBvcGVuc3NoLXNlcnZlcg==
|
||||
-----END OPENSSH PRIVATE KEY-----
|
||||
1
server/ssh_host_keys/ssh_host_rsa_key.pub
Normal file
1
server/ssh_host_keys/ssh_host_rsa_key.pub
Normal file
@@ -0,0 +1 @@
|
||||
ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCNK5wArMICfo2GXJUt27MNofmAOpZd53pYu1PtlXyEnAC8MJl8XgyioLAG0z8gjhLE70+wfFJsCI6+Awhc3ahxRGCmyz45mON3mQwoDChe5OFyx/dLi5wgXzX1sFVNEA3ziDmMP/8mu/zxVy26+s10KdIKnND0ASka/qjfu3lRQ2BoYohOA3AIdpu0NlXAL+hoghqLG6S8tXJ2p3mPoOVdDHur4xgcMHcFnJXyWkKG+UafjA9Ve04aiVmid+biAREGaOsddJutjGvMnng6D+T5HtOlbqX3iZ1ew8jrzdcyTiN4uuVyNObXYaKbD5MX5HOO/xPZqMzgrcQ7tURyo2gLHJBplrB8akXE/ZpZ53nN65jEuGd5msgRSu8Wy3NbOoQPCsapQqzKjs3rZJSRkb2QLUwq2hPuIUBgyMUoBlwAqooirBcHNBwtsLGJsErKHi5nAXRnvZF7A/ApVaE5JbUeWATjABS8BbjEifsEwYhCnIZlnXP3a2YkaWOndN+YIJ8= root@openssh-server
|
||||
16
server/sshd/sshd_config
Normal file
16
server/sshd/sshd_config
Normal file
@@ -0,0 +1,16 @@
|
||||
|
||||
# core hardening (example — adjust to your policy)
|
||||
Port 2222
|
||||
Protocol 2
|
||||
PasswordAuthentication no
|
||||
PubkeyAuthentication yes
|
||||
PermitRootLogin no
|
||||
|
||||
|
||||
# For your tunneling use-case:
|
||||
AllowTcpForwarding yes
|
||||
GatewayPorts clientspecified
|
||||
|
||||
# (Optional) Restrict to your username:
|
||||
AllowUsers tunnel
|
||||
|
||||
Reference in New Issue
Block a user