
Ajustei meus acls para permitir o tráfego da porta 22, porém meu log de acesso não está mostrando conexões bem-sucedidas da porta 22, apenas denys e os "denys" mostram um RC http de 200. access.log está abaixo
[20/Sep/2023:08:11:50 -0400] 0 192.168.xx.xx - - "CONNECT ho-lx-sys-xxx:22 HTTP/1.0" 200 0 "-" "-" TCP_DENIED:HIER_NONE - - -
Here are my tests:
ssh -vvv dbsmith@ho-lx-sys-xxx -o "ProxyCommand=nc -x 192.168.xx.xx:8888 %h %p"
Executing proxy command: exec nc -x 192.168.xx.xx:8888 ho-lx-sys-xxx 22
...
Authenticated to ho-lx-sys-xxx (via proxy).
telnet 192.168.xx.xx 8888
Trying 192.168.xx.xx...
Connected to 192.168.xx.xx.
Escape character is '^]'.
CONNECT ho-lx-sys-xxx:22 HTTP/1.0
HTTP/1.1 200 Connection established
Meu formato de log é:
[%tl] %6tr %>a %[ui %[un "%rm %ru HTTP/%rv" %>Hs %<st "%{Referer}>h" "%{User-Agent}>h" %Ss:%Sh %mt %<pt %<tt
Alguma idéia de por que o squid não está registrando minhas tentativas bem-sucedidas? Isso é normal? Vejo outras conexões bem-sucedidas, porém essas estão na porta 443. Obrigado!