As I started my tutorial on adding fonts to PuTTY on the N95, I very quickly decided that having to enter a user name and password every time I logged in was taking too long. जैसा कि मैंने N95 पर पोटीन को फोंट जोड़ने पर अपना ट्यूटोरियल शुरू किया, मैं बहुत जल्दी निर्णय लिया है कि वाले एक उपयोगकर्ता नाम और पासवर्ड हर बार जब मैं लॉग में प्रवेश के लिए था बहुत समय ले रही. So I generated an RSA key pair with a blank pass phrase just to save time. तो मैं एक खाली पास वाक्यांश सिर्फ समय की बचत करने के साथ एक आरएसए कुंजी युग्म उत्पन्न. Don't worry, of course I deleted the key pair as soon as I was finished. पाठ्यक्रम की चिंता मत करो, मैं ही मैं खत्म हो गया था के रूप में मुख्य जोड़ी नष्ट कर दिया. The last thing I need is to lose my phone and have some stranger logging into my server! अंतिम बात मैं चाहता हूँ कि मेरे फोन खो और कुछ अपने सर्वर में प्रवेश अजनबी है!
Note: this procedure is not specific to just the N95, nor is it only specific to Linux. नोट: यह प्रक्रिया अभी N95 के लिए विशिष्ट नहीं है और न ही यह केवल Linux के लिए विशिष्ट. I use Linux in my examples because I'm not a Windows user. मैं अपने उदाहरण में लिनक्स का उपयोग करें, क्योंकि मैं एक विंडोज़ प्रयोक्ता नहीं हूँ. The procedure described below on how to generate RSA keys can be adapted to puttygen.exe on Windows. प्रक्रिया कैसे आरएसए कुंजी उत्पन्न करने पर नीचे वर्णित करने विण्डोज़ पर puttygen.exe अनुकूलित किया जा सकता है.
- Here is what I did on the Linux box first: यहाँ है कि मैं क्या लिनक्स पहले बॉक्स पर था:
[user@radon ~]$ ssh-keygen [राडोण @ उपयोगकर्ता ~] $ ssh-keygen
Generating public/private rsa key pair. उत्पादन सार्वजनिक / निजी आरएसए कुंजी जोड़ी.
Enter file in which to save the key (/home/user/.ssh/id_rsa): दर्ज करें, जिसमें बचाने के लिए फ़ाइल कुंजी (/ home / .ssh उपयोगकर्ता / id_rsa /):
Created directory '/home/user/.ssh'. निर्देशिका में निर्मित '/ home / प्रयोक्ता / .ssh.
Enter passphrase (empty for no passphrase): दर्ज करें passphrase (कोई passphrase के लिए खाली):
Enter same passphrase again: एक ही दर्ज करें फिर passphrase:
Your identification has been saved in /home/user/.ssh/id_rsa. आपकी पहचान में सहेज लिया गया है / home / उपयोगकर्ता .ssh / id_rsa /.
Your public key has been saved in /home/user/.ssh/id_rsa.pub. आपकी सार्वजनिक कुंजी में सहेज लिया गया है / घर / प्रयोक्ता / .ssh / id_rsa.pub.
The key fingerprint is: कुंजी फिंगरप्रिंट है:
79:8a:08:bd:fb:da:71:59:f4:28:e6:c3:01:12:5a:69 user@radon.example.com एक 79:8: 08: बी.डी.: अमेरिकन प्लान: डा: 71:59: F4: 28: e6: C3: 01:12:5 एक: 69 user@radon.example.com[user@radon ~]$ cd .ssh/ [राडोण @ उपयोगकर्ता ~] cd $ ssh. /
[user@radon .ssh]$ ls प्रयोक्ता [@ राडोण. ssh] रास $
id_rsa id_rsa.pub known_hosts id_rsa id_rsa.pub known_hosts
[user@radon .ssh]$ cat id_rsa.pub > authorized_keys प्रयोक्ता [@ राडोण. ssh] $ बिल्ली id_rsa.pub> authorized_keys
[user@radon .ssh]$ chmod 644 authorized_keys प्रयोक्ता [@. ssh] chmod 644 $ राडोण authorized_keysThe chmod command above is very important. Chmod कमान के ऊपर बहुत महत्वपूर्ण है. Your authorized_keys file must only be writable by you. अपने authorized_keys फाइल आपके द्वारा केवल writable किया जाना चाहिए. If is is group writable sshd will refuse to use it. अगर है समूह writable sshd है इसका इस्तेमाल इनकार कर देगा.
- This step is also very important! यह कदम भी बहुत महत्वपूर्ण है! Next you must convert your OpenSSH private key into PuTTY's SSH-2 key format. अगले तुम पोटीन ssh-2 प्रमुख प्रारूप में OpenSSH अपनी निजी कुंजी परिवर्तित करना होगा. I initially tried using the OpenSSH private key itself, not realizing that PuTTY couldn't read it properly. मैं OpenSSH निजी कुंजी खुद, को साकार जोड़ने का मसाला है कि यह ठीक से नहीं पढ़ सकता है नहीं प्रयोग शुरू करने की कोशिश की. It took a bit of digging to figure out why it wasn't working. यह समझ क्यों नहीं काम कर रहा था खोदने का थोड़ा ले गए. Who knew that PuTTY, OpenSSH, and ssh.com's implementations of SSH-2 keys were so different? , OpenSSH पुटीन लगाना, और ssh.com 'ssh का implementations S-2 चाबियाँ बहुत अलग थे कि कौन जानता था?
[user@radon .ssh]$ puttygen id_rsa -o id_rsa.ppk प्रयोक्ता [id_rsa.ppk @. ssh] puttygen $ id_rsa-o राडोण
- Next, I plugged my N95 into my laptop with a USB cable and copied id_rsa.ppk to a temp folder on the phone's mass memory. अगले, मैं अपने लैपटॉप में एक यूएसबी केबल के साथ मेरी N95 भरे गए और नकल फ़ोन के सामूहिक स्मृति पर एक अस्थायी फ़ोल्डर में id_rsa.ppk.
- Now, fire up PuTTY on your N95 and choose Options -> Edit -> General , then add the remote host name or address, as well as your user name. अब, आग अपने N95 पर पोटीन ऊपर और विकल्प चुनें -> संपादित करें -> जनरल, तो दूरस्थ मेजबान का नाम या पता, के रूप में आपके उपयोगकर्ता नाम के रूप में अच्छी तरह से जोड़ें.
- Next, press the Right toggle once to move to the next screen. अगले, ठीक है चालू एक बार प्रेस को अगले स्क्रीन में ले जाएँ. This is where you select your Private Key . यह वह जगह है जहाँ आप अपनी निजी कुंजी का चयन करें. Follow the sequence outlined in the screenshots below to see how I chose E:\temp\id_rsa.ppk. नीचे स्क्रीनशॉट में उल्लिखित देखना मैं कैसे ई चुना अनुक्रम: अस्थायी \ पालन id_rsa.ppk \.
- Press Back twice to go back to the main PuTTY screen, then press Options -> Connect and you are now connected without needing a password. प्रेस वापस दो बार वापस मुख्य पोटीन स्क्रीन पर जाने के लिए है, तो प्रेस विकल्प -> कनेक्ट और अब तुम एक पासवर्ड की जरूरत के बिना जुड़े हुए हैं.



































Hola… como estan… me gusto mucho este articulo… हैलो ... कोमो estan ... मुझे उत्साह मृत्यु के mucho este ...
pero tengo una pregunta… puedo tener varias claves publicas y privadas en el mismo servidor… osea supongamos que tenemos un servidor y dos equipos… los llamare lx1 y lx2… puedo crear una clave para lx1 y otra diferente para lx2 ……. पेरो tengo ऊना pregunta ... tener varias claves puedo y privadas एन एल mismo servidor ... osea supongamos que tenemos संयुक्त राष्ट्र servidor y डॉस equipos ... लॉस llamare lx1 lx2 y ... puedo crear ऊना clave पैरा y lx1 otra diferente पैरा lx2 publicas ... .... debo aclarar que la clave para lx2 se creo desde lx1 y al hacer cat id_rsa2.pub> authorized_keys…temo que se sobreescriba y quede inabilitado la clave para lx1… lo que me dejaria fuera del servidor… puedes ayudarme .. debo aclarar que clave पैरा lx2 ला से creo desde lx1 y hacer अल बिल्ली id_rsa2.pub> authorized_keys ... temo que से sobreescriba y quede inabilitado la clave पैरा lx1 ... लो que मुझे dejaria fuera डेल servidor ... ayudarme .. puedes te lo agradecere siempre. ते siempre लो agradecere.