Magellan Linux

Diff of /alx-src/branches/alxconf-060/functions/config_ssh_auth.sh

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 253 by niro, Thu Apr 14 19:13:04 2005 UTC revision 254 by niro, Thu Apr 14 21:23:36 2005 UTC
# Line 1  Line 1 
1  # $Header: /home/cvsd/alx-cvs/alx-src/alxconfig-ng/functions/config_ssh_auth.sh,v 1.1 2005-04-14 19:13:04 niro Exp $  # $Header: /home/cvsd/alx-cvs/alx-src/alxconfig-ng/functions/config_ssh_auth.sh,v 1.2 2005-04-14 21:23:36 niro Exp $
2  # exchanges the public server and client ssh keys  # exchanges the public server and client ssh keys
3    
4  gen_keys() {  gen_keys() {
# Line 23  gen_keys() { Line 23  gen_keys() {
23    
24  config_ssh_auth() {  config_ssh_auth() {
25    
26     local PUB_KEY_SERVER
27     local ID
28    
29   # generate evtually missing keys   # generate evtually missing keys
30   gen_keys   gen_keys
31    

Legend:
Removed from v.253  
changed lines
  Added in v.254