close
Warning:
Can't synchronize with repository "(default)" (Unsupported version control system "svn": /usr/lib/python2.7/dist-packages/libsvn/_delta.so: failed to map segment from shared object: Cannot allocate memory). Look in the Trac log for more information.
- Timestamp:
-
Feb 23, 2009, 5:58:05 PM (17 years ago)
- Author:
-
waue
- Comment:
-
--
Legend:
- Unmodified
- Added
- Removed
- Modified
-
v10
|
v11
|
|
37 | 37 | |
38 | 38 | === 其他設定 === |
39 | | 關於ssh_config的其他有趣設定參數,列如下 |
| 39 | * 關於ssh_config的其他有趣設定參數,列如下 |
40 | 40 | |
41 | 41 | || Host || Restricts the following declarations (up to the next Host key-word) to be only for those hosts that match one of the patterns given after the keyword. || |
… |
… |
|
43 | 43 | || !PubkeyAuthentication || Specifies whether to try public key authentication. The argument to this keyword must be ``yes'' or ``no''. The default is ``yes''. This option applies to protocol version 2 only. || |
44 | 44 | |
45 | | * 每台ssh重新啟動 |
| 45 | * 每台ssh重新啟動 |
46 | 46 | 改寫一個shell如下,就可以自動把改好的ssh_config檔複製到每台節點並重新啟動ssh |
47 | 47 | {{{ |