I just set up my sshd_config to only accept authorized key instead of passwords to help secure my network. Is it possible to make this restriction only apply to external IPs and allow me to still use passwords from computers on my network?
|
feedback
|
|
You might be able to do something through the
These need to be at the end of the config file. Read the I would not restrict Pubkey authentication for your local network. Myself, I would go so far as requiring pubkey for local as well. | |||||||||||
feedback
|