Skip to main content

All Questions

Tagged with
0 votes
1 answer
40 views

Is it possible to set up a remote login session where a specific user only has access to certain folders, and can only run one executable?

I have a server where I'd like to grant a user the ability to log in remotely, but restrict the session in two specific ways: They can only access a certain set of folders on the computer, and for ...
Bri Bri's user avatar
  • 866
2 votes
3 answers
1k views

Why ar arrow actions ignored in macOS terminal when using SSH?

I use SSH connect to Debian using macOS terminal. So I have this issue if I "press up right down left": $ ^[[A^[[C^[[B^[[D At the same time everything okay in local terminal. Esc+, Option+ ...
Anthony's user avatar
  • 163
2 votes
1 answer
794 views

Reuse Linux SSH-Key with MacOS

I want to use an SSH-Private-Key generated on Debian 7 with my MacOS-Machine. So I copied id_rsa and id_rsa.pub to .ssh/ on my Mac. The Key is recognized, but every time I enter my passphrase the ...
gpkvt's user avatar
  • 31