vcom/vendor/golang.org/x/crypto/ssh
vrubelroman c15ade247a fix: verify SSH host keys, support ssh-agent, fix remote dir walk bugs
- Replace ssh.InsecureIgnoreHostKey() with TOFU verification against
  ~/.ssh/known_hosts (accept-new for unknown hosts, hard reject on a
  changed key) to close a MITM hole on every SFTP connection.
- Actually connect to a running ssh-agent (SSH_AUTH_SOCK) for auth
  instead of only scanning default key files on disk; give a clear
  error when an explicit IdentityFile is passphrase-protected.
- Fix SSHClient.walk()/DirectorySize: the internal filepathSkipDir
  sentinel leaked out as a real error on stat/ReadDir failures instead
  of being swallowed, aborting size calculation on the first
  unreadable subdirectory instead of skipping it.
- Skip symlink-to-directory entries in remote directory copies instead
  of failing the whole transfer trying to Open() them as regular files.
- Consolidate 5 duplicated sudo-aware home-dir lookups into
  internal/homedir, adding a missing os.Geteuid()==0 check before
  trusting SUDO_USER.

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
2026-07-03 15:31:32 +00:00
..
agent fix: verify SSH host keys, support ssh-agent, fix remote dir walk bugs 2026-07-03 15:31:32 +00:00
internal/bcrypt_pbkdf SSH connection status indicators 2026-04-29 03:11:53 +03:00
knownhosts fix: verify SSH host keys, support ssh-agent, fix remote dir walk bugs 2026-07-03 15:31:32 +00:00
buffer.go SSH connection status indicators 2026-04-29 03:11:53 +03:00
certs.go SSH connection status indicators 2026-04-29 03:11:53 +03:00
channel.go SSH connection status indicators 2026-04-29 03:11:53 +03:00
cipher.go SSH connection status indicators 2026-04-29 03:11:53 +03:00
client.go SSH connection status indicators 2026-04-29 03:11:53 +03:00
client_auth.go SSH connection status indicators 2026-04-29 03:11:53 +03:00
common.go SSH connection status indicators 2026-04-29 03:11:53 +03:00
connection.go SSH connection status indicators 2026-04-29 03:11:53 +03:00
doc.go SSH connection status indicators 2026-04-29 03:11:53 +03:00
handshake.go SSH connection status indicators 2026-04-29 03:11:53 +03:00
kex.go SSH connection status indicators 2026-04-29 03:11:53 +03:00
keys.go SSH connection status indicators 2026-04-29 03:11:53 +03:00
mac.go SSH connection status indicators 2026-04-29 03:11:53 +03:00
messages.go SSH connection status indicators 2026-04-29 03:11:53 +03:00
mlkem.go SSH connection status indicators 2026-04-29 03:11:53 +03:00
mux.go SSH connection status indicators 2026-04-29 03:11:53 +03:00
server.go SSH connection status indicators 2026-04-29 03:11:53 +03:00
session.go SSH connection status indicators 2026-04-29 03:11:53 +03:00
ssh_gss.go SSH connection status indicators 2026-04-29 03:11:53 +03:00
streamlocal.go SSH connection status indicators 2026-04-29 03:11:53 +03:00
tcpip.go SSH connection status indicators 2026-04-29 03:11:53 +03:00
transport.go SSH connection status indicators 2026-04-29 03:11:53 +03:00