[ssh_config.5]
     RSA instead of DSA twice.  From Steve.McClellan at radisys com
This commit is contained in:
Damien Miller 2012-06-20 21:52:38 +10:00
parent 276dcfd7f7
commit 7192433633
2 changed files with 6 additions and 3 deletions

View File

@ -31,6 +31,9 @@
- dtucker@cvs.openbsd.org 2012/06/18 11:43:53 - dtucker@cvs.openbsd.org 2012/06/18 11:43:53
[jpake.c] [jpake.c]
correct sizeof usage. patch from saw at online.de, ok deraadt correct sizeof usage. patch from saw at online.de, ok deraadt
- dtucker@cvs.openbsd.org 2012/06/18 11:49:58
[ssh_config.5]
RSA instead of DSA twice. From Steve.McClellan at radisys com
20120519 20120519
- (dtucker) [configure.ac] bz#2010: fix non-portable shell construct. Patch - (dtucker) [configure.ac] bz#2010: fix non-portable shell construct. Patch

View File

@ -33,8 +33,8 @@
.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
.\" .\"
.\" $OpenBSD: ssh_config.5,v 1.154 2011/09/09 00:43:00 djm Exp $ .\" $OpenBSD: ssh_config.5,v 1.155 2012/06/18 11:49:58 dtucker Exp $
.Dd $Mdocdate: September 9 2011 $ .Dd $Mdocdate: June 18 2012 $
.Dt SSH_CONFIG 5 .Dt SSH_CONFIG 5
.Os .Os
.Sh NAME .Sh NAME
@ -612,7 +612,7 @@ offers many different identities.
The default is The default is
.Dq no . .Dq no .
.It Cm IdentityFile .It Cm IdentityFile
Specifies a file from which the user's DSA, ECDSA or DSA authentication Specifies a file from which the user's DSA, ECDSA or RSA authentication
identity is read. identity is read.
The default is The default is
.Pa ~/.ssh/identity .Pa ~/.ssh/identity