User Tools

Site Tools


ssh

This is an old revision of the document!


SSH

Converting SSH2 Keys

From ssh2 to openssh

ssh-keygen -i -f id_dsa.pub > id_dsa_open.pub

From OpenSSH to ssh2

ssh-keygen -e -f id_dsa.pub > id_dsa_ssh2.pub
ssh.1311260702.txt.gz · Last modified: 2020/08/10 02:29 (external edit)