Sponsored Content
Special Forums News, Links, Events and Announcements Software Releases - RSS News Portable OpenSSH 4.9p1 (Stable branch) Post 302180511 by Linux Bot on Monday 31st of March 2008 11:00:03 AM
Old 03-31-2008
Portable OpenSSH 4.9p1 (Stable branch)

Portable OpenSSH is a Unix/Linux port of OpenBSD's excellent OpenSSH, a full implementation of the SSH1 and SSH2 protocols. It includes sftp client and server support. License: BSD License (original)Changes:
Execution of ~/.ssh/rc was disabled for sessionswhere a command has been forced by the sshd_configForceCommand directive (unsafe default behavior).Chroot support for sshd was added. Internalsftp-server support was added to sshd, to allowchroot operation without support files. A"no-user-rc" option was added to~/.ssh/authorized_keys to disable execution of~/.ssh/rc in public key authentication. An sftpprotocol extension, "posix-rename@openssh.com",was added to provide a rename operation with POSIXsemantics.Image

More...
 
SSH-COPY-ID(1)						      General Commands Manual						    SSH-COPY-ID(1)

NAME
ssh-copy-id - install your public key in a remote machine's authorized_keys SYNOPSIS
ssh-copy-id [-i [identity_file]] [user@]machine DESCRIPTION
ssh-copy-id is a script that uses ssh to log into a remote machine (presumably using a login password, so password authentication should be enabled, unless you've done some clever use of multiple identities) It also changes the permissions of the remote user's home, ~/.ssh, and ~/.ssh/authorized_keys to remove group writability (which would oth- erwise prevent you from logging in, if the remote sshd has StrictModes set in its configuration). If the -i option is given then the identity file (defaults to ~/.ssh/id_rsa.pub) is used, regardless of whether there are any keys in your ssh-agent. Otherwise, if this: ssh-add -L provides any output, it uses that in preference to the identity file. If the -i option is used, or the ssh-add produced no output, then it uses the contents of the identity file. Once it has one or more fin- gerprints (by whatever means) it uses ssh to append them to ~/.ssh/authorized_keys on the remote machine (creating the file, and directory, if necessary) SEE ALSO
ssh(1), ssh-agent(1), sshd(8) OpenSSH 14 November 1999 SSH-COPY-ID(1)
All times are GMT -4. The time now is 07:22 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy