Questions tagged [ssh-config]
63 questions
0
votes
1 answer
My config file on ssh seems to systematicaly apply the * rule i don't know why ?
My config file on ssh seems to systematicaly apply the * rule i don't know why ?
Host gitlab_perso
HostName gitlab.com
User git
PreferredAuthentications publickey
IdentitiesOnly yes
AddKeysToAgent yes
UseKeychain yes
IdentityFile…

frankiz
- 9
- 2
0
votes
1 answer
Cant configure ssh connection while using Java
i use this commands to configure ssh on router (via java). i cant seem to get it working (don't know the error)
router# aaa new-model username cisco password 0 cisco
router#ip domain-name rtp.cisco.com
router#crypto key generate rsa
router#ip ssh…

user3127554
- 521
- 1
- 7
- 28
-2
votes
1 answer
SSH login not working on centos due to bad sshd configuration
I was trying to configure SFTP on Centos server. I edited /etc/ssh/sshd_config file and restarted service. There was an error on Chroot line. After a while connection broke with server and from then, no one is ever able to login to server.…

imacoder
- 166
- 1
- 11