Posts Tagged linux
OpenSUSE 11 SSH Keypair generation + window connect with Putty 教學…..失敗以及解決方法
Posted by Chowky in News, Opensource on December 19, 2011
Really busy for these days. Haven’t posted for a long time~~.
Yo! I am back.
近來試一試 openSUSE 去SETUP 一台 WEB SERVER. 因為要放上data center, 所以要set SSH connect 去server.
1. Generate SSH Key
$ssh-keygen
Generating public/private rsa key pair.
Enter file in which to save the key (/home/chowky/.ssh/id_rsa):
Enter passphrase (empty for no passphrase):
Enter same passphrase again:
Your identification has been saved in /home/chowky/.ssh/id_rsa.
Your public key has been saved in /home/chowky/.ssh/id_rsa.pub.
The key fingerprint is:
XX:XX:XX:XX:XX:XX:XX:XX:XX:XX:XX:XX:XX:XX:XX:XX chowky@linux
2. check the files generated
$ ls /home/chowky/.ssh
id_rsa id_rsa.pub
Note: id_rsa is private key. 你要keep 這個file. copy to USB drive
id_rsa.pub is public key
3. import the key to the .ssh folder. 找不到的話就自己 create 一個.
$ cd /home/chowky/.ssh
$ cat id_rsa.pub >> /home/chowky/.ssh/authorized_keys
4. Modify “/etc/ssh/sshd_config” …(只識用nano…vi 不太熟…). 修改以下value.
RSAAuthentication yes
PubkeyAuthentication yes
disable password security,因為改用了RSA Keypair Authentication.
ChallengeResponseAuthentication no
PasswordAuthentication no
UsePAM yes
Reload the server configuration:
$ sudo /etc/init.d/sshd force-reload
[Flex] Flex Builder for Linux Alpha 5
Flex Builder for Linux 一向都比window 和mac 慢很多。
現在只是flex builder 3 only.
當然,只用 linux 的用家是少數,所以投放的資源都會比較少。簡單來說就會是慢一點呢~。
不過這個消息對linux developer 來說當然是好的啦。雖然講就是cross platform,不過都難保不同還有 bugs 會令致某些function 出錯,所以直接在deploy 的environment 作開發才是最佳的選擇。
Flex Builder for Linux 將會在12 December expire. 大家可以在
Source: http://www.ashorten.com/2009/11/25/updated-build-of-flex-builder-for-linux-available/
Linux 在recession 經濟差的時候marketshare有增長

經濟差,影響了m$ window 的銷路。相反地,opensource 的 linux position growth stronger in data centre。


Recent Comments