From 081e3e630cd9abf1e811738f2250b4b8239d9255 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Arto=20Hyv=C3=A4ttinen?= Date: Wed, 18 Aug 2010 17:13:49 +0300 Subject: [PATCH] Corrected: urpo_id.pub in help file for public key file name --- src/help/index.html | 4 ++-- src/help/index_fi.html | 4 ++-- www/help/index.html | 4 ++-- www/help/index_fi.html | 4 ++-- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/src/help/index.html b/src/help/index.html index d69b8ae..c8aabf1 100644 --- a/src/help/index.html +++ b/src/help/index.html @@ -82,7 +82,7 @@ The public key is added to the server (computer) in the home folder's  .ssh folder's file  authorized_keys . You can use ssh for transferring it:
-cat ~/.ssh/id_urpo | ssh user@computer 'cat >> +cat ~/.ssh/id_urpo.pub | ssh user@computer 'cat >> ~./ssh/authorized_keys'

@@ -131,4 +131,4 @@ printed on that window.

- \ No newline at end of file + diff --git a/src/help/index_fi.html b/src/help/index_fi.html index bad86f6..19fff89 100644 --- a/src/help/index_fi.html +++ b/src/help/index_fi.html @@ -61,7 +61,7 @@ kuin k Julkinen avain lisätään palvelimelle (tietokoneelle) kotihakemiston .ssh-hakemiston tiedostoon authorized_keys. Voit käyttää ssh:ta avaimen siirtämiseen.
-cat ~/.ssh/id_urpo | ssh käyttäjä@tietokone 'cat >> ~./ssh/authorized_keys'
+cat ~/.ssh/id_urpo.pub | ssh käyttäjä@tietokone 'cat >> ~./ssh/authorized_keys'
Yksityisen avaimen sijainti asetetaan URPOn asetuksissa.

Asetukset

Käynnistyessään ensimmäistä kertaa Urpo kysyy asetuksia. Asetuksiin pääsee myöhemmin valikon Asetukset -valinnalla.
@@ -83,4 +83,4 @@ kuten ssh:n kautta ajettavien ohjelmien k tulostukset.


- \ No newline at end of file + diff --git a/www/help/index.html b/www/help/index.html index d69b8ae..c8aabf1 100644 --- a/www/help/index.html +++ b/www/help/index.html @@ -82,7 +82,7 @@ The public key is added to the server (computer) in the home folder's  .ssh folder's file  authorized_keys . You can use ssh for transferring it:
-cat ~/.ssh/id_urpo | ssh user@computer 'cat >> +cat ~/.ssh/id_urpo.pub | ssh user@computer 'cat >> ~./ssh/authorized_keys'

@@ -131,4 +131,4 @@ printed on that window.

- \ No newline at end of file + diff --git a/www/help/index_fi.html b/www/help/index_fi.html index bad86f6..19fff89 100644 --- a/www/help/index_fi.html +++ b/www/help/index_fi.html @@ -61,7 +61,7 @@ kuin k Julkinen avain lisätään palvelimelle (tietokoneelle) kotihakemiston .ssh-hakemiston tiedostoon authorized_keys. Voit käyttää ssh:ta avaimen siirtämiseen.
-cat ~/.ssh/id_urpo | ssh käyttäjä@tietokone 'cat >> ~./ssh/authorized_keys'
+cat ~/.ssh/id_urpo.pub | ssh käyttäjä@tietokone 'cat >> ~./ssh/authorized_keys'
Yksityisen avaimen sijainti asetetaan URPOn asetuksissa.

Asetukset

Käynnistyessään ensimmäistä kertaa Urpo kysyy asetuksia. Asetuksiin pääsee myöhemmin valikon Asetukset -valinnalla.
@@ -83,4 +83,4 @@ kuten ssh:n kautta ajettavien ohjelmien k tulostukset.


- \ No newline at end of file + -- 1.7.9.5