Skip to main content
Nak pinjam shell?

Ada kawan-kawan anda yang nak run application above defense parameter dan mula berbaik dengan anda untuk pinjam shell?

Anda pening kepala?

Ada caranya, guna SSH authorized_keys

1- Guna ssh-keygen dengan option RSA atau DSA
ssh-keygent -t rsa

2- Salin ke remote shell
scp id_rsa.pub bla@bla.org:~

3- Cipta/Tambah dalam ~/.ssh/authorized_keys

cat id_rsa.pub >> ~/.ssh/authorized_keys

4-Siap.
Kalau Unix password korang tukar banyak kali pun,kawan tu still boleh guna shell korang. Yang penting kena percaya la. Kalu tarak percaya,beskal pun tak kasi pinjam.

Comments

Marjan Jeffry said…
This comment has been removed by a blog administrator.
Anonymous said…
nga... kenapa ada comment deleted ni? ada kes XXX ke? >:)
0xff said…
tak tau lar.. aku pun x sempat baca komen dia.. dh delete dulu

Popular posts from this blog

Gue dengan S2 gue. Sronok banget!
Beijing and image manipulation addict Salam, Image manipulation with command line is fun and time consuming too. Given my Digikam plugins unable to work, I start to figure out many wonderful features of other tool which offer almost the same quality. However I was stucked with ImageMagick,with many tutorial on the net: Here and Here for i in *jpg ;do convert -font helvetica -fill white -pointsize 18 -draw 'text 10,50 "ACM-ICPC Beijing 2005"' $i $i;done The pix above shows a heater to heat up guest room during ACM-ICPC competition. (outside building's temperature is almost 4 celcious).