Download as txt, pdf, or txt
Download as txt, pdf, or txt
You are on page 1of 2

12:42 AM Friday, October 03, 2014

===
Welcome to Git (version 1.9.4-preview20140815)
Run 'git help git' to display the help index.
Run 'git help <command>' to display help for specific commands.
johan@AWAN ~
$ ls
AppData
Application Data
Contacts
Cookies
Desktop
Documents
Downloads
Favorites
IBM
Links
Local Settings
Music
My Documents
NTUSER.DAT{016888bd-6c6f-11de-8d1d-001e0bcde3ec}.TM.blf
NTUSER.DAT{016888bd-6c6f-11de-8d1d-001e0bcde3ec}.TMContainer00000000000000000001
.regtrans-ms
NTUSER.DAT{016888bd-6c6f-11de-8d1d-001e0bcde3ec}.TMContainer00000000000000000002
.regtrans-ms
NetHood
Pictures
PostgreSQL
PrintHood
Recent
Saved Games
Searches
SendTo
Start Menu
Templates
Videos
bej
cacerts.jks
dwhelper
energy
idempiere.properties
jnfs
log
log.txt
ntuser.dat
ntuser.dat.LOG1
ntuser.dat.LOG2
ntuser.ini
rad-notes
temp
work
johan@AWAN ~
$ ls *.ssh
ls: *.ssh: No such file or directory
johan@AWAN ~

$ ls *.ssh/*
ls: *.ssh/*: No such file or directory
johan@AWAN ~
$ ls .ssh/*
ls: .ssh/*: No such file or directory
johan@AWAN ~
$ ls -al ~/.ssh
ls: /c/Users/johan/.ssh: No such file or directory
johan@AWAN ~
$ ssh-keygen -t rsa -C "johan.i.zahri@gmail.com"
Generating public/private rsa key pair.
Enter file in which to save the key (/c/Users/johan/.ssh/id_rsa):
Created directory '/c/Users/johan/.ssh'.
Enter passphrase (empty for no passphrase):
Enter same passphrase again:
Your identification has been saved in /c/Users/johan/.ssh/id_rsa.
Your public key has been saved in /c/Users/johan/.ssh/id_rsa.pub.
The key fingerprint is:
9d:62:83:c9:4f:eb:4a:da:d5:7e:ac:b3:bb:64:81:55 johan.i.zahri@gmail.com
The key's randomart image is:
+--[ RSA 2048]----+
|
E
|
|
.
|
|
.
|
|
. o + .
|
|
+ S +
|
|
+ = .
|
|
. + +.
|
|
+ o +. o
|
|
. o.. *B
|
+-----------------+
johan@AWAN ~
$

You might also like