cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
464
Views
0
Helpful
2
Replies

Adding NTP and RSA Key

johnlloyd_13
Level 9
Level 9

hi,

just out of the blue question.

i'm going to add NTP server to some of our ASA that's running proxy phone, s2s VPNs services.

my question is, does adding NTP will 'break' any of the said services (or other services that i'm not aware of)?

is it a safe command to run/add?

also just another question, does generating a new 2048 rsa keys will 'break' the services (SSH, or other services i'm aware of) that's currently using the 'Default-RSA-Key'?

ciscoasa(config)# crypto key generate rsa general-keys modulus 2048
WARNING: You have a RSA keypair already defined named <Default-RSA-Key>.

Do you really want to replace them? [yes/no]: y 

1 Accepted Solution

Accepted Solutions

Marvin Rhoads
Hall of Fame
Hall of Fame

Both are a good idea in general and shouldn't "break" any existing services.

After adding your 2048-bit rsa key, any system that is used to login via ssh will need to accept the new key the first time.

I suppose one could posit an automated system that has no end user under normal circumstances failing to connect but that's a pretty uncommon situation for most shops.

View solution in original post

2 Replies 2

Marvin Rhoads
Hall of Fame
Hall of Fame

Both are a good idea in general and shouldn't "break" any existing services.

After adding your 2048-bit rsa key, any system that is used to login via ssh will need to accept the new key the first time.

I suppose one could posit an automated system that has no end user under normal circumstances failing to connect but that's a pretty uncommon situation for most shops.

thanks marvin!

Review Cisco Networking for a $25 gift card