www/firefox: DSA -> RSA in pkg-message
PR: 202683 Submitted by: naddy
This commit is contained in:
parent
afe81f94af
commit
e245e979fe
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=399141
2 changed files with 4 additions and 4 deletions
|
@ -7,8 +7,8 @@ sftp:// (Gvfs/GIO option):
|
|||
Only sftp access using public key authentication works. To easily
|
||||
setup public key authentication to "remote_host":
|
||||
|
||||
ssh-keygen -t dsa
|
||||
cat ~/.ssh/id_dsa.pub | ssh remote_host "cat >> .ssh/authorized_keys"
|
||||
ssh-keygen
|
||||
cat ~/.ssh/id_rsa.pub | ssh remote_host "cat >> .ssh/authorized_keys"
|
||||
|
||||
The SSH server on remote_host must allow pub key authentication.
|
||||
|
||||
|
|
|
@ -7,8 +7,8 @@ sftp:// (Gvfs/GIO option):
|
|||
Only sftp access using public key authentication works. To easily
|
||||
setup public key authentication to "remote_host":
|
||||
|
||||
ssh-keygen -t dsa
|
||||
cat ~/.ssh/id_dsa.pub | ssh remote_host "cat >> .ssh/authorized_keys"
|
||||
ssh-keygen
|
||||
cat ~/.ssh/id_rsa.pub | ssh remote_host "cat >> .ssh/authorized_keys"
|
||||
|
||||
The SSH server on remote_host must allow pub key authentication.
|
||||
|
||||
|
|
Loading…
Reference in a new issue