Есть на работе комп с внешним ip (далее целевой комп), на котором стоит ssh. С локального, рабочего компа захожу на целевой комп по связке login+password, все ok. Но из дома при попытке зайти на целевой комп по той же связке (login + password) - получаю Permission Denied! Как такое объяснить?
Вот выхлоп ssh -vvv -p 12322 my_user@my_server
debug1: Authentications that can continue: publickey,password
debug3: start over, passed a different list publickey,password
debug3: preferred publickey,keyboard-interactive,password
debug3: authmethod_lookup publickey
debug3: remaining preferred: keyboard-interactive,password
debug3: authmethod_is_enabled publickey
debug1: Next authentication method: publickey
debug1: Offering RSA public key: /Volumes/UserData/user/.ssh/id_rsa
debug3: send_pubkey_test
debug2: we sent a publickey packet, wait for reply
debug1: Authentications that can continue: publickey,password
debug1: Trying private key: /Volumes/UserData/user/.ssh/id_dsa
debug3: no such identity: /Volumes/UserData/user/.ssh/id_dsa: No such file or directory
debug2: we did not send a packet, disable method
debug3: authmethod_lookup password
debug3: remaining preferred: ,password
debug3: authmethod_is_enabled password
debug1: Next authentication method: password
my_user@my_server's password:
debug3: packet_send2: adding 64 (len 57 padlen 7 extra_pad 64)
debug2: we sent a password packet, wait for reply
debug1: Authentications that can continue: publickey,password
Permission denied, please try again.
my_user@my_server's password: