Memo Ypsilon

IT, dev, CS

Home Archives
2018-01-17
Admin

SSH config example

SSH config example to use different keys:

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# bitbucket
Host bitbucket.org
HostName bitbucket.org
IdentitiesOnly yes
IdentityFile ~/.ssh/bitbucket_key
#PreferredAuthentications publickey
PasswordAuthentication no
User git

# github
Host github.com
HostName github.com
IdentitiesOnly yes
IdentityFile ~/.ssh/github_key
#PreferredAuthentications publickey
PasswordAuthentication no
User git
Share Comments
  • dev
  • ssh
Newer
Declare functions with type in ghci
Older
GPG signed commits on git

Categories

  • Admin
  • Fonts
  • Git
  • Haskell
  • JavaScript
  • Web Development

Tags

  • Authentication
  • EcmaScript
  • GHCi
  • GPG
  • Google
  • JavaScript
  • Oauth
  • admin
  • azery fonts
  • binary
  • cert
  • certificate
  • console
  • dev
  • dns
  • export
  • font
  • frontend
  • git
  • haskell
  • https
  • i18n
  • import
  • letsencrypt
  • linux
  • mint
  • module
  • signature
  • size
  • ssh
  • tmux

Tag Cloud

Authentication EcmaScript GHCi GPG Google JavaScript Oauth admin azery fonts binary cert certificate console dev dns export font frontend git haskell https i18n import letsencrypt linux mint module signature size ssh tmux

Archives

  • April 2020
  • January 2018
  • October 2017
  • March 2017
  • January 2017
  • December 2016
  • August 2016
  • April 2016

Recent Posts

  • Run haskell program in watch mode for development
  • Declare functions with type in ghci
  • SSH config example
  • GPG signed commits on git
  • tmux keys
© 2020 Eldar Aliyev
Powered by Hexo
Home Archives