3
votes
1answer
495 views
How do I use Kiln with SSH?
I really like using SSH to access my Mercurial repositories. Does Kiln support the SSH protocol? How do I configure my client computer to use it?
9
votes
1answer
260 views
Feature request: SSH support [closed]
It would be nice if we could use SSH to push and pull code instead of just HTTPS. Thanks!
4
votes
2answers
526 views
Where can I edit my ssh keys? [closed]
Possible Duplicate:
How do I use Kiln with SSH?
I've been going through all, or almost all, the menus and option dropdowns etc looking where I can manage my SSH keys and …
4
votes
1answer
344 views
How do I use my normal SSH keys with Kiln [closed]
Possible Duplicate:
How do I use Kiln with SSH?
I use BitBucket and GitHub all the time with my SSH keys.
Damn if I can figure out where to configure it with Kiln.
Clue …
0
votes
1answer
50 views
Kiln and GoDaddy
We are looking for the best way to implement Kiln for our application on a GoDaddy shared hosting account. Currently, we are manually pushing changes through FTP. Is there a bett …
2
votes
1answer
299 views
Getting started - Cannot push to Kiln on Demand
Hello,
I just signed up with the Kiln On Demand 45-day trial. I cannot push to the server. I get an "authorization failed" error.
$ hg push https://dcarrera.kilnhg.com/Repo/Repos …
1
vote
1answer
1k views
Multi-user Mercurial repositories over SSH?
I have a centralized Mercurial repository which I want to provide access to via SSH.
I did a chown root:developers repository -R on the repository directory, so all users in group …
2
votes
2answers
675 views
How do I push over SSH to a machine that does not have Mercurial installed?
I have Mercurial running on my machine, and I want to keep a master repository on a machine that I access over SSH. The machine where I want to keep the master repository does not …