2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2025-07-24 13:21:12 +00:00

Add support for -K flag to xdsh to update ssh keys

git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@200 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
lissav
2007-12-20 19:03:27 +00:00
parent a7b74a09be
commit e1d9e2898e

View File

@@ -171,6 +171,7 @@ sub parse_args_xdsh
'C|context=s' => \$options{'context'},
'E|environment=s' => \$options{'environment'},
'I|ignore-sig|ignoresig=s' => \$options{'ignore-signal'},
'K|keysetup' => \$options{'ssh-setup'},
'L|no-locale' => \$options{'no-locale'},
'Q|silent' => \$options{'silent'},
'S|syntax=s' => \$options{'syntax'},