Skip to main content

All Questions

Tagged with
0 votes
0 answers
854 views

Establishing SSH connection on a local machine to a system running within VirtualBox

I'm running Debian on a Virtual box on Mac OS X. On the same machine, I would like to connect to Debian from the mac terminal. Simply put, I want to execute commands by Mac terminal not by writing ...
Konrad's user avatar
  • 767
2 votes
1 answer
3k views

Copying an SSH ID to a server from a certain computer yields an error while the same command works fine from other computers

I get the following error message when trying to copy an SSH key to a remote server: ssh-copy-id -p*** ****@****.com Pseudo-terminal will not be allocated because stdin is not a terminal. ssh: ...
Arthur Walker's user avatar
1 vote
2 answers
12k views

Running scripts independently on Raspberry Pi

I have a couple of python programs, such as one which checks if the Collatz Conjecture is applicable for a given number or not, and writes output to a file (it runs on a Raspberry Pi). Although I ...
poiasd's user avatar
  • 67
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
0 votes
1 answer
190 views

Bash terminal lacking functionality when running as non-root

I'm running a command-line Debian system, accessed via SSH through PuTTY, and am experiencing differing terminal functionality between root and other users. When logging in as root, the terminal ...
FarmerGedden's user avatar
1 vote
0 answers
3k views

Grey Screen when launching Debian 6 through Chicken

I'm trying to connect my mac to my Debian 6 VPS, but I only get a gray screen, as shown in the screenshot below. I followed the steps on this tutorial recommended by the VPS company. I'm using ...
surferconor425's user avatar