podman/vendor/golang.org/x/crypto/ssh
Charlie Doern 280f5d8cb0 podman ssh work, using new c/common interface
implement new ssh interface into podman

this completely redesigns the entire functionality of podman image scp,
podman system connection add, and podman --remote. All references to golang.org/x/crypto/ssh
have been moved to common as have native ssh/scp execs and the new usage of the sftp package.

this PR adds a global flag, --ssh to podman which has two valid inputs `golang` and `native` where golang is the default.
Users should not notice any difference in their everyday workflows if they continue using the golang option. UNLESS they have been using an improperly verified ssh key, this will now fail. This is because podman was incorrectly using the
ssh callback method to IGNORE the ssh known hosts file which is very insecure and golang tells you not yo use this in production.

The native paths allows for immense flexibility, with a new containers.conf field `SSH_CONFIG` that specifies a specific ssh config file to be used in all operations. Else the users ~/.ssh/config file will be used.
podman --remote currently only uses the golang path, given its deep interconnection with dialing multiple clients and urls.

My goal after this PR is to go back and abstract the idea of podman --remote from golang's dialed clients, as it should not be so intrinsically connected. Overall, this is a v1 of a long process of offering native ssh, and one that covers some good ground with podman system connection add and podman image scp.

Signed-off-by: Charlie Doern <cdoern@redhat.com>
2022-08-09 14:00:58 -04:00
..
agent podman ssh work, using new c/common interface 2022-08-09 14:00:58 -04:00
internal/bcrypt_pbkdf Update vendor of buildah and containers/common 2020-02-25 07:46:20 -04:00
knownhosts Support hashed hostnames in the known_hosts file 2020-10-27 12:19:44 +01:00
buffer.go Add APIv2 CLI example POC 2020-01-15 09:13:45 -07:00
certs.go podman ssh work, using new c/common interface 2022-08-09 14:00:58 -04:00
channel.go Add APIv2 CLI example POC 2020-01-15 09:13:45 -07:00
cipher.go Bump golang.org/x/crypto to 7b82a4e 2022-04-12 10:24:32 -04:00
client.go Bump golang.org/x/crypto to 7b82a4e 2022-04-12 10:24:32 -04:00
client_auth.go Bump golang.org/x/crypto to 7b82a4e 2022-04-12 10:24:32 -04:00
common.go Bump golang.org/x/crypto to 7b82a4e 2022-04-12 10:24:32 -04:00
connection.go Add APIv2 CLI example POC 2020-01-15 09:13:45 -07:00
doc.go Bump golang.org/x/crypto to 7b82a4e 2022-04-12 10:24:32 -04:00
handshake.go Bump golang.org/x/crypto to 7b82a4e 2022-04-12 10:24:32 -04:00
kex.go Bump golang.org/x/crypto to 7b82a4e 2022-04-12 10:24:32 -04:00
keys.go Bump golang.org/x/crypto to 7b82a4e 2022-04-12 10:24:32 -04:00
mac.go Add APIv2 CLI example POC 2020-01-15 09:13:45 -07:00
messages.go Bump golang.org/x/crypto to 7b82a4e 2022-04-12 10:24:32 -04:00
mux.go Bump k8s.io/apimachinery from 0.18.8 to 0.19.0 2020-08-28 05:45:35 -04:00
server.go Bump golang.org/x/crypto to 7b82a4e 2022-04-12 10:24:32 -04:00
session.go Bump golang.org/x/crypto to 7b82a4e 2022-04-12 10:24:32 -04:00
ssh_gss.go Add APIv2 CLI example POC 2020-01-15 09:13:45 -07:00
streamlocal.go Add APIv2 CLI example POC 2020-01-15 09:13:45 -07:00
tcpip.go Add APIv2 CLI example POC 2020-01-15 09:13:45 -07:00
transport.go Bump golang.org/x/crypto to 7b82a4e 2022-04-12 10:24:32 -04:00