ADMIN - Explore the new world of system administration! Special introductory offer! Order by September 30th to save 10% off the regular subscription price! Each issue delivers technical solutions to the real-world problems you face every day. Learn the latest techniques for better:
network security
system management
troubleshooting
performance tuning
virtualization
cloud computing
on Windows, Linux, Solaris, and popular varieties of Unix.
The secure communication solution gets an upgrade.
OpenSSH or OpenBSD Secure Shell got an update to 5.6. The project features a slew of new features and bug fixes, but maintains compatibility with SSH protocol 1.3, 1.5, and 2.0.
New to 5.6 is a ControlPersist option to ssh_config, which automatically launches a background ssh multiplex master during connection. SSH now logs hostname and address concted to LogLevel=verbose after a successful authentication. This is done to manage phishing attacks by servers with trusted keys that accept authentication silently and automatically before presenting falsified password/passphrase prompts.
5.6 also allows ssh-keygent to import and export PEM and PKCS#8 keys. Debug messages can be queued, and remote forwarding with dynamic port allocation. SSHd now supports indirection in matching principal names listed in certificates.
Comments