Hi everybody.
Today I wanted implement ssh authentication ssh-rsa configuring my rsa-key. After that, ssh didn't work and I decided to rollback the config. After the rollbacl I'm not able to access to the firewal via ssh as before. I receive the message "Connection refused by remote host".This is my conf. Any suggestion?
set system services ssh root-login allow
[...]
set security address-book YOTI-OFFICE address YOTI-1 77.89.191.176/29
set security address-book YOTI-OFFICE address YOTI-2 80.169.112.24/29
set security address-book YOTI-OFFICE address-set ASET-YOTI-OFFICE address YOTI-1
set security address-book YOTI-OFFICE address-set ASET-YOTI-OFFICE address YOTI-2
set security address-book YOTI-OFFICE attach zone untrust
set security address-book global address LAN 172.16.0.0/24
set security address-book global address RASPI 172.16.0.2/32
[...]
set security policies from-zone trust to-zone untrust policy trust-to-untrust match source-address any
set security policies from-zone trust to-zone untrust policy trust-to-untrust match destination-address any
set security policies from-zone trust to-zone untrust policy trust-to-untrust match application any
set security policies from-zone trust to-zone untrust policy trust-to-untrust then permit
[...]
set security zones security-zone untrust host-inbound-traffic system-services ssh
set security zones security-zone untrust interfaces at-1/0/0.0 host-inbound-traffic system-services ssh
#ssh