Browse Source

SSh for openwrt 10.0

master
parent
commit
3b44c25f93
  1. 8
      Script/alias_config

8
Script/alias_config

@ -174,3 +174,11 @@ ssh_del_known_host()
mkalias_with_prefix 'ssh_del_known_host' mkalias_with_prefix 'ssh_del_known_host'
ssh_openwpt_10()
{
in_host_pattern=$1
ssh -oKexAlgorithms=+diffie-hellman-group1-sha1 -c 3des-cbc ${in_host_pattern}
}
mkalias_with_prefix 'ssh_openwpt_10'

Loading…
Cancel
Save