wrongssh:管理Docker容器的错误方法

时间:2024-05-28 19:13:25
【文件属性】:

文件名称:wrongssh:管理Docker容器的错误方法

文件大小:136KB

文件格式:ZIP

更新时间:2024-05-28 19:13:25

Go

错误的SSH 管理Docker容器的错误方法 如果在Docker容器中运行SSHD,那是错的! 如何使用: 生成一些密钥(id_rsa,id_ed25519); 运行服务器; ssh -p 2200 root @ docker-container @ server 您可以使用密码(/ etc / shadow)或公共密钥(/ etc / passwd + $ HOME / .ssh / authorized_keys)进行身份验证。 去做: 支持以非root用户身份登录 支持iptables的REDIRECT目标,以模仿端口22上正在运行的sshd


【文件预览】:
wrongssh-master
----main.go(12KB)
----ssh()
--------messages_test.go(5KB)
--------client_auth.go(12KB)
--------session_test.go(19KB)
--------client.go(6KB)
--------example_test.go(5KB)
--------transport_test.go(3KB)
--------testdata()
--------client_auth_test.go(10KB)
--------transport.go(9KB)
--------client_test.go(969B)
--------handshake_test.go(10KB)
--------certs_test.go(8KB)
--------channel.go(16KB)
--------kex.go(13KB)
--------connection.go(3KB)
--------benchmark_test.go(2KB)
--------handshake.go(10KB)
--------buffer.go(2KB)
--------tcpip.go(10KB)
--------kex_test.go(1KB)
--------terminal()
--------test()
--------testdata_test.go(2KB)
--------server.go(14KB)
--------cipher.go(15KB)
--------mux_test.go(11KB)
--------certs.go(13KB)
--------mux.go(8KB)
--------common.go(9KB)
--------tcpip_test.go(496B)
--------mempipe_test.go(2KB)
--------keys.go(15KB)
--------keys_test.go(9KB)
--------messages.go(16KB)
--------agent()
--------buffer_test.go(2KB)
--------mac.go(1KB)
--------cipher_test.go(3KB)
--------session.go(14KB)
----readED()
--------ed.go(3KB)
--------README.md(113B)
----README.md(558B)
----.gitignore(26B)

网友评论