SSH
SCP and authorized_keys
If you want to put a command="blah.. blah.." line in your authorized_keys file you need to use the command from the Remote Host column below:
Command on Local Host |
Command on Remote Host |
scp foo user@bar: |
scp -t foo |
scp user@bar:foo . |
scp -f foo |
