Question
SSH Login bash error ssh bash login
SSH bash hatasıyla karşılaşan arkadaşlar için ssh bash hatası çözümü… Sitemize putty ile bağlanmaya çalıştığımızda -bash-3.2$ bash ve benzer bir hata alıyorsak alttaki yolları izleyerek sorunu çözmemiz mümkündür. Açtığınız hesaba giriş yaptıktan sonra .bashrc ve .bash_profile dosyalarını oluşturarak içeriğine aşağıdaki kodları yapıştırmanız probleminizi giderecektir. Kısaca alttaki komutları kullanarak sorunu çözebiliriz.
SSH ile login olduktan sonra sırasıyla;
pico .bashrc
İçine yapıştırın
Source global definitions
if [ -f /etc/bashrc ]; then
. /etc/bashrc
fi
User specific aliases and functions
Daha sonra;
pico .bash_profile
İçine yapıştırın;
Get the aliases and functions
if [ -f ~/.bashrc ]; then
. ~/.bashrc
fi
SSH ‘dan çıkıp tekrar girin.
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
×
Hello, I read a Google translation of your question but it does not appear to be clear what issue you are having. Can you provide some clarification?
Merhaba, ben senin sorunun bir Google çeviri okudum ama ne ne yaşıyorsanız sorun açık olmak görünmüyor. Eğer bazı açıklama sağlayabilir?