Putty - Automatically closes on authentication [closed] - ssh

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 6 years ago.
Improve this question
I'm on a Windows 7 machine. I am using the Putty.exe executable for connecting to my remote machine. I enter the right credentials, and click open. The console pops up with the following and closes with no errors or warnings.
How do I make it work?

Check Putty setting: Connection > SSH > Remote command.
Try to tweak or simply remove the remote command and see if it helps solving the issue.

What you are describing is trying to log into the shell with a user that is an "ftp only" user (not authorized shell access).
Go to Control Panel -> Users -> Manage Users, select the "Edit" link
adjacent to the user you are having trouble with, and make sure that
the radio button for "shell" is selected. Submit the form, and wait
for it to take effect (usually a matter of a few minutes).
Once the change has taken effect, you should be able to telnet (though, please do not use telnet, as it is insecure) or ssh into the shell without problem (assuming the user/pass is correct).

Related

How to copy files from local clipboard to terminal/server clipboard? [closed]

Closed. This question is not about programming or software development. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 6 days ago.
Improve this question
so I am trying to copy file from local to application running on terminal using Remote Desktop Connection, but when i debug the clipboard it is showing empty clipboard (i.e terminal clipboard). How can i redirect the clipboard of terminal to local ?
PS: My terminal has rights of copy paste (I can copy files from local desktop to terminal desktop)
I tried using FreeRDP, RDPCore and WinScp.NET but didnt find a solution.
Using this code

Got a Black Screen After Importing Kali in Virtual Box? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 2 years ago.
Improve this question
I imported virtual box image, started the machine and got a blank black screen.
There are a number of reasons that might cause this issue:
First make sure you downloaded the right version for your computer, so when downloading Kali
Make sure you download it from here (https://www.offensive-security.com/kali-linux-vmware-virtualbox-image-download/),
Make sure you click on the virtual box tab to download the virtual box image.
Download the 32 bit version if your computer is 32 bits, otherwise use the 64 but version.
The downloaded file should have a .ova extension, if it doesn’t then you did NOT download the right file.
If you’re already using the right version then make sure that hardware virtualisation or VT is enabled from your bios, this is different depending on your computer, the usual procedure is.
reboot your computer.
Look for instructions (on the bottom of the screen) on how to enter bios settings .
In the settings look for VT or hardware virtualisation, enable it, save and quit.
If you need more help then google How to enable virtualisation on , replace with your computer model.
If none of the above fixed the issue for you then right click the virtual machine name from virtual box, go to settings > General and make sure that the type is set to ​Linux ​and version is set to ​Debian 64 ​or ​Debian 32 depending on the Kali version you downloaded.
If you tried everything above and Kali is still not starting, then try increasing the video memory, this is a solution suggested by a user here “Asadmammadov” , to do that right click the virtual machine name from virtual box, go to settings > System and try increasing the video memory at least over the minimum level.

How to open a remote folder to edit all files within using winscp/cyberduck? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 6 years ago.
Improve this question
I connect to a remote folder via winscp/cyberduck, to edit a file. I can open the file with an editor of choice like sublimetext or brackets but I cannot seem to open a folder and edit the files within the folder, this option is not available.
How to open remote folder so I can edit all files within the folder (not having to open each file individually) ?
sshfs might be your friend. I heard there was some version for Windows too.
In WinSCP, select all files in the folder before using the Edit command.

Enable screen mode (putty) [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 7 years ago.
Improve this question
I'm using Putty to control my SSH server, but it's working only if my computer is working and putty is also working. how should i run my server, that it will work even if putty is closed and windows is shutted down also? My friend told me to run server in 'screen' mode but I don't know what exactly it is, so I want you to explain me.
Screen is a tool for linux to run programs in a 'screen' inside of the system. It is just what you need.
You can install it like this: sudo apt-get install screen
You can create a screen with screen
By using screen -list, you can see all active/started screens.
To reattach to an unused screen, just use screen (-d) -r [screenID] > use -d only if screen is still attatched
To deattatch from a screen press Ctrl+a (release after pressing) and after that d
A screen runs as long as you don't kill it.

The application PIANO [closed]

This post relates to a rapidly changing event.
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 8 years ago.
Improve this question
When logging into iTunes Connect, after creating a new user, to test it, I get this message:
You do not have access to the application PIANO. Contact us.
What does this mean?
I got the message in Chrome for Mac after upgrading to OSX Yosemite. It did work fine when I logged into itunesconnect in Safari. When I opened developer tools on Chrome, I see a 403 forbidden returning from the server on that resources, so it was a legit permissions issue. I logged out of itunesconnect, then logged back in and it worked fine.