Posts

Showing posts from October, 2021

Can not ssh using rsa keys

This happen when using newer distro like Fedora 33+ , default accepted cryptography changed   To workaround edit /etc/ssh/ssh_config.d/90-myconf.conf PubkeyAcceptedKeyTypes +ssh-rsa HostKeyAlgorithms +ssh-rsa,ssh-dss KexAlgorithms +diffie-hellman-group1-sha1   Ref:   https://confluence.atlassian.com/bitbucketserverkb/ssh-rsa-key-rejected-with-message-no-mutual-signature-algorithm-1026057701.html UPDATES:   Fedora 36: Unable to negotiate with x.x.x.x port 22: no matching host key type found. Their offer: ssh-rsa,ssh-dss

PHP development using Eclipse

Image
Eclipse is now better for PHP development, no more laggy Install PDT version 2021 from https://www.eclipse.org/downloads/packages/release/2021-09/r/eclipse-ide-php-developers Install PDT version  7.2  (2020-06-17 ) from https://projects.eclipse.org/projects/tools.pdt/downloads  Run Eclipse and update to last version: Help - Check for Updates Restart Eclipse Install these additional plugin from Help - Eclipse Marketplace   Indent guide also a good plugin