Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- # ssh (secure shell) configuration file
- Host test1
- HostName 123.456.789.0
- Port 980
- User MeinBenutzerName
- Host test2
- HostName test.mynet.local
- User test
- CheckHostIP no
- Cipher blowfish
- Host foobar
- HostName domain.tld
- Port 55550
- User fanta
- IdentityFile ~/.ssh/private_ssh_key_rsa
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement