Bu dosyayı ~/.ssh/authorized_keys
uzak sunucuda değiştirdim , aşağıda gösterdim ve ssh olduğunda bir betik çalıştırmak istiyorum.
#Flyakite
command="/home/path/to/script" ssh-rsa my-key
Şimdi koşarsam ssh $USER@$HOST x1 x2 x3
, iyi çalışıyor, ama koşarsam scp path/to/file $USER@$HOST:path/to/file
, çalışmıyor ...
sorun nedir? Nasıl çalıştırabilirim?