All Questions
6
questions
20
votes
3
answers
221k
views
How do I connect to SFTP with provided SSH Key?
I was redirected to this StackExchange, it is my first time here. The extent of experience I have with SSH keys begins and ends with the one time I setup the ability to push code to GitHub.
I need to ...
3
votes
2
answers
2k
views
Cyberduck Connection Fails/Timeout
How would I go about changing either my SSH config or Cyberduck configuration to enable SFTP connections from my local machine to connect through a proxy server and then connect to my destination ...
1
vote
1
answer
3k
views
View file tree in Sublime when using Cyberduck
I use Cyberduck to open remote files and edit them via Sublime on my local machine.
I want to be able to see the file tree of the remote system in the Sublime Text side bar. I've tried a few things ...
1
vote
0
answers
2k
views
SCP and SSH connect, but FileZilla and CyberDuck can't
I'm on a Mac. I'm trying to connect to a remote Ubuntu server.
I can successfully connect to it using ssh and scp commands in the shell. For example:
$ scp -i ~/Projects/keys/foo.pem foo_config.ini ...
1
vote
1
answer
356
views
Directory Listing error ONLY in port 22 (SFPT)
I suddenly get this error using SFTP:
Status: Connecting to 64.207.146.82...
Response: fzSftp started
Command: open "[email protected]" 22
Command: Pass: *********
Status: Connected to 64....
0
votes
1
answer
3k
views
SSH into EC2 instance: Operation timed out
I'm trying to ssh into my ec2 instance in order to deploy my MEAN-stack app but no matter what I'm receiving a timeout error. I've tried so many solutions that were posted in other StackExchange ...